php files not opening in firefox
Tapas Mishra
mightydreams at gmail.com
Wed Feb 9 10:03:06 UTC 2011
On Wed, Feb 9, 2011 at 2:54 PM, Ashim Kapoor <ashimkapoor at gmail.com> wrote:
>
>> It should start automatically. I suppose you will have to start
>> looking in the logs to find out why it is not. It is also possible
>> that it is running but your php files are not in the www folder
>> (wherever you have configured apache to look). Are the php files in
>> the same place as they have always been? Otherwise I would start by
>> looking the the Ubuntu log file viewer and the apache log.
>
> Can you please tell me the location/name of the error log file ? I have a
> folder /etc/apache2.
>
Then go to a file /etc/apache2/sites-enabled/000-default
See the location of log files there.That is where every thing is.
In most of the cases /var/log/apache2/
access.log and some other in folder
/var/log/apache2/
you need to do an a2ensite (name of vhost file)
if you use any thing other than default.
More information about the ubuntu-users
mailing list