Current time: 06-17-2024, 04:49 AM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] Upgrade result: 404
Author Message
WolFree Offline
Junior Member
*

Posts: 50
Joined: Jan 2009
Reputation: 0
Post: #1
[SOLVED] Upgrade result: 404
Hi Guys,

I upgraded today ISPCP, all went fine since the apache restart, results in following error:

Code:
Syntax error on line 34 of /etc/apache2/mods-enabled/fastcgi_ispcp.conf:
FastCgiServer: "/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-star                           ter" stat(/etc/apache2/{PHP_STARTER_DIR}/master/php{PHP_VERSION}-fcgi-starter) f                           ailed: No such file or directory

So I thought this is the only error, so I correct it manually and set the config to:

Code:
<IfModule mod_fastcgi.c>
    FastCgiWrapper On
    FastCgiIpcDir /var/lib/apache2/fastcgi

    FastCgiConfig -minProcesses 1 \
                  -maxProcesses 400 \
                  -maxClassProcesses 5 \
                  -multiThreshold 80 \
                  -killInterval 60 \
                  -startDelay 5
                  # -singleThreshold 100 \
                  # -autoUpdate \
                  # -pass-header HTTP_AUTHORIZATION

    FastCgiServer /var/www/fcgi/master/php5-fcgi-starter -user vu2000 -group vu2000 -idle-timeout 300

    #
    # PHP5 SUPPORT
    #

    AddHandler php-fastcgi .php .php5

    <Location /php5/php5-fcgi-starter>
        SetHandler fastcgi-script
        Options +ExecCGI
    </Location>

    Action php-fastcgi /php5/php5-fcgi-starter
    AddType application/x-httpd-php .php .php5
</IfModule>

I change the variables to the old values of the config in RC7.

So apache restarts fine:

Code:
wolfree:/var/www/ispcp/engine/setup# /etc/init.d/apache2 restart
Restarting web server: apache2.
wolfree:/var/www/ispcp/engine/setup#

But now I have a beautiful 404 when I opened the backend. Oo

Somebody could help ? Permissions are set correctly to user vu2000.

Thanks

Wolle
(This post was last modified: 03-04-2009 03:45 AM by WolFree.)
03-03-2009 08:49 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
[SOLVED] Upgrade result: 404 - WolFree - 03-03-2009 08:49 AM
RE: Upgrade result: 404 - joximu - 03-03-2009, 10:24 AM
RE: Upgrade result: 404 - WolFree - 03-03-2009, 08:22 PM
RE: Upgrade result: 404 - joximu - 03-03-2009, 08:33 PM
RE: Upgrade result: 404 - WolFree - 03-03-2009, 08:38 PM
RE: Upgrade result: 404 - joximu - 03-03-2009, 08:55 PM
RE: Upgrade result: 404 - WolFree - 03-03-2009, 09:03 PM
RE: Upgrade result: 404 - joximu - 03-03-2009, 09:11 PM
RE: Upgrade result: 404 - sci2tech - 03-04-2009, 02:29 AM
RE: Upgrade result: 404 - WolFree - 03-04-2009, 02:32 AM
RE: Upgrade result: 404 - sci2tech - 03-04-2009, 02:40 AM
RE: Upgrade result: 404 - WolFree - 03-04-2009, 02:51 AM
RE: Upgrade result: 404 - sci2tech - 03-04-2009, 03:24 AM
RE: Upgrade result: 404 - WolFree - 03-04-2009, 03:45 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)