Problem with xampp server

Asked

Viewed 538 times

0

I have a problem in the xampp server, this installed on a linux, where when I start via terminal appears the following message below.

Tail: could not open "/opt/lampp/logs/error.log" for reading: File or directory not found

I came to realize that apache gives an error and does not start.

  • 1

    Create the directory /opt/lampp/logs/ (if it does not exist), and make sure that the apache user has write permission on it.

  • the directory is already created, and I gave read permission to all users in the folder

  • And there’s an error.log file inside?

  • not error.log no!!! has error_log

  • 1

    Then try creating it (touch error.log inside the directory)... And again attention to permissions.

  • bfavaretto o o error.log resolveu, so the following error is now occurring.. " Last 10 Lines of "/opt/lampp/logs/error_log":"

  • 1

    people found out what was wrong, because there were two apache running together, I just stopped one or delete

  • 1

    This question seems to be discounted because it is too specific to help other users with similar problem.

Show 3 more comments

1 answer

1

Look, I’m gonna suggest something else, not solve your problem with XAMPP...

PHP comes with a built-in server, meaning you don’t have to use XAMPP if you don’t want to!! D

php -s localhost:7000

(if I’m not mistaken it’s like this...) type php -h for more information!!

Valeuu!! : D

  • the problem I need from xampp... but I’ll still test the php server

  • Bruno Voce has another idea??

  • Dude you tried to re-install the shaman ?

  • yes did not solve

  • I’ve changed the server port but nothing helped me

  • Need to be xampp? why not manually insert what you need with apt-get?

  • The built-in server from php5.4 does not replace servers like apache , iis, etc..

  • arrived at this error "Last 10 Lines of "/opt/lampp/logs/error_log":"

  • people found out what was wrong, because there were two apache running together, I just stopped one or delete.

  • Write your answer in another thread, and mark it as correct to close the topic! :D

Show 5 more comments

Browser other questions tagged

You are not signed in. Login or sign up in order to post.