Server problem xampp [closed]

0

I have a problem with the xampp server, it is installed on a linux, where when I start via terminal the following message appears.

  

tail: could not open "/opt/lampp/logs/error.log" to read: File or directory not found

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

    
asked by anonymous 02.07.2014 / 13:58

1 answer

1

Look, I'll suggest something else, and not solve your problem with XAMPP ...

PHP comes with a built-in server ie you do not need to use XAMPP if you do not want to !! : D

php -s localhost:7000

(if I'm not mistaken, that's how it is ...) type php -h  for more information !!

Thanks! : D

    
02.07.2014 / 14:04