Using the command
gedit /etc/apache2/httpd.conf
produces a text file containing just one line. I need to change the DocumentRoot of my Apache configuration so as to use with the CakePHP framework.
|
Using the command
produces a text file containing just one line. I need to change the DocumentRoot of my Apache configuration so as to use with the CakePHP framework.
| ||||
feedback
|
|
On Debian-based systems (which Mint is), the Apache configuration takes a different approach. Every "site" has its own configuration in
Don't forget to reload or restart Apache afterwards:
As a sidenote, you can create additional configuration files in
You can disable the same configuration with:
| |||||
feedback
|