On 09/03/2014 07:56 PM, Roger wrote:
I'm hoping an apache expert may be able to help me.
Following tutorials on how to set up apache to access a web page
development directory in my /home/user file system using .
ServerAdmin user@localhost
DocumentRoot /var/www/html/mydirectory
S
On Thu, 2014-09-04 at 09:56 +1000, Roger wrote:
> DocumentRoot /var/www/html/mydirectory
> I do not wish to change in httpd.conf.
You don't have to, the virtual host sections define what the virtual
host does.
> Have the correct paths in
> But in a browser localhost/directory/index.html
I'm hoping an apache expert may be able to help me.
Following tutorials on how to set up apache to access a web page
development directory in my /home/user file system using .
ServerAdmin user@localhost
DocumentRoot /var/www/html/mydirectory
ServerName localhost
ErrorLog ${APAC