Jump to content
Froxlor Forum
  • 0

Apache startet nicht


ToBu

Question

Ich PHP-FPM installiert (http://redmine.froxlor.org/projects/froxlor/wiki/FPM_-_handbook)

Fehlermeldung beim Restart

 

 

/etc/init.d/apache2 restart

Syntax error on line 10 of /etc/apache2/sites-enabled/10_froxlor_ipandport_62.108.41.179.80.conf:

Invalid command 'SuexecUserGroup', perhaps misspelled or defined by a module not included in the server configuration

Action 'configtest' failed.

The Apache error log may have more information.

 failed!

 

/etc/apache2/sites-enabled/10_froxlor_ipandport_62.108.41.179.80.conf

 

 

# 10_froxlor_ipandport_62.108.41.179.80.conf

# Created 24.07.2014 12:58

# Do NOT manually edit this file, all changes will be deleted after the next domain change at the panel.

 

NameVirtualHost 62.108.41.179:80

<VirtualHost 62.108.41.179:80>

DocumentRoot "/var/www/"

 ServerName web.bulk.de

  FcgidIdleTimeout 30

  SuexecUserGroup "froxlorlocal" "froxlorlocal"

  <Directory "/var/www/">

    <FilesMatch "\.(php)$">

      SetHandler fcgid-script

      FcgidWrapper /var/www/php-fcgi-scripts/froxlor.panel/web.bulk.de/php-fcgi-starter .php

      Options +ExecCGI

    </FilesMatch>

    Order allow,deny

    allow from all

  </Directory>

</VirtualHost>

 

Der vServer l?uft mit Debian 7 und der neusten Froxlor Version.

 

Im Moment bin ich ratlos, da der Webserver nicht l?uft und ich somit auch nicht in Froxlor komme.

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

Apache startet nicht!

 

suexes ist installiert und aktiviert

 

apt-get install libnss-mysql-bg nscd libapache2-mod-fastcgi apache2-suexec php5-fpm

a2enmod fastcgi actions

 

 

/etc/init.d/apache2 restart

apache2: Syntax error on line 244 of /etc/apache2/apache2.conf: Syntax error on line 1 of /etc/apache2/mods-enabled/php5.load: Cannot load /usr/lib/apache2/modules/libphp5.so into server: /usr/lib/apache2/modules/libphp5.so: cannot open shared object file: No such file or directory

Action 'configtest' failed.

The Apache error log may have more information.

 failed!

 

 

apt-get install apache2-suexec

Reading package lists... Done

Building dependency tree       

Reading state information... Done

apache2-suexec is already the newest version.

The following packages were automatically installed and are no longer required:

  courier-authdaemon courier-authlib-userdb courier-base libfam0

Use 'apt-get autoremove' to remove them.

 

 

 

Apache Error log

 

 

[Thu Jul 24 10:02:03 2014] [error] [client 23.236.126.44] File does not exist: /var/www/pma

[Thu Jul 24 10:02:04 2014] [error] [client 23.236.126.44] File does not exist: /var/www/myadmin

[Thu Jul 24 10:02:04 2014] [error] [client 23.236.126.44] File does not exist: /var/www/MyAdmin

[Thu Jul 24 11:09:12 2014] [error] [client 77.177.119.165] File does not exist: /var/www/favicon.ico, referer: http://62.108.41.179/

 

[Thu Jul 24 11:34:05 2014] [notice] caught SIGTERM, shutting down

 

Kann es an den apache-vhost configs liegen?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.



×
×
  • Create New...