Page 1 of 1

Can't Start Apache

PostPosted: 06. November 2003 23:29
by Xylene
Code: Select all
knoppix@server:~$ /opt/lampp/lampp start
Starting XAMPP for Linux 1.4...
touch: cannot touch `/opt/lampp/etc/lampp/nogroupchecked': Permission denied
LAMPP: Starting Apache with SSL...
(13)Permission denied: make_sock: could not bind to address 0.0.0.0:443
no listening sockets available, shutting down
Unable to open logs

LAMPP: Error 1! Couldn't start Apache!
LAMPP: Starting MySQL...
LAMPP: Starting ProFTPD...
/opt/lampp/lampp: line 257: /opt/lampp/var/proftpd/start.err: Permission denied
cat: /opt/lampp/var/proftpd/start.err: No such file or directory
LAMPP:
LAMPP: Error 1! Couln't start ProFTPD!
XAMPP for Linux started.
knoppix@server:~$ /opt/lampp/bin/mysqld_safe: line 300: /opt/lampp/var/mysql/ser                   ver.err: Permission denied
/opt/lampp/bin/mysqld_safe: line 1: /opt/lampp/var/mysql/server.err: Permission                    denied
tee: /opt/lampp/var/mysql/server.err: Permission denied
tee: /opt/lampp/var/mysql/server.err: Permission denied
knoppix@server:~$


I saw someone else mention about changing something in the httpd.conf file to Group #-1 and apache still won't start.

I am using the Knoppix Harddrive install.

PostPosted: 07. November 2003 00:50
by Oswald
Hi Xylene!

Please start XAMPP as user root. For example use the su command to switch to the root user.

Greetings
Oswald

PostPosted: 07. November 2003 08:11
by Kristian Marcroft
Hi,

and I know it's a HD installation, but for Users that may follow,
if you only have the CD Version running, the command would be:
sudo su

So long
KriS

PostPosted: 07. November 2003 14:43
by Xylene
Thanks, works great. I actually asked for help in the IRC channel after posting here, and they told me right away.