Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
/ etc / apache2 / sites-available / defaultを編集し、ディレクトリを作成し、phpまたはubuntuWebサーバー上の他のスクリプトを介してWebサイトでApache2をリロードする方法はありますか?
ありがとうクリス
あなたが作成しているある種のウェブインターフェースを通して意味しますか?関数を調べshell_execます。shell_exec('mkdir foldername')次のようなフォルダを作成するために使用できますshell_exec('/etc/init.d/apache2 restart')
shell_exec
shell_exec('mkdir foldername')
shell_exec('/etc/init.d/apache2 restart')