Current time: 05-04-2024, 12:57 AM Hello There, Guest! (LoginRegister)


Post Reply 
php-problems
Author Message
Meatwad Offline
Junior Member
*

Posts: 46
Joined: Feb 2008
Reputation: 0
Post: #1
php-problems
hi,

i've got 2 problems with php. i'm using php5 and i've updated from vhcs to ispcp rc3.

1. i want to change some ini-settings in the apache-config (in /etc/apache2/ispcp/dmn.tld).
Code:
<IfModule mod_php5.c>
        php_value post_max_size 108M
        php_value upload_max_filesize 100M
</IfModule>
the changes just don't take affect. the webserver was restarted several times.

2. i tryed to add a own vhost (without ispcp). so i added a vhost in /etc/apache2/sites-enabled/.
Code:
<VirtualHost xxx.xxx.xxx.xxx:80>

    ServerAdmin     meatwad.ger@gmail.com
    DocumentRoot    /var/www/teklab_wi

    ServerName      sub.domain.tld

    Alias /errors   /var/www/ispcp/gui/errordocs/

    ErrorDocument 401 /errors/401.html
    ErrorDocument 403 /errors/403.html
    ErrorDocument 404 /errors/404.html
    ErrorDocument 500 /errors/500.html
    ErrorDocument 503 /errors/503.html

    <IfModule suexec_module>
           SuexecUserGroup vu2000 vu2000
    </IfModule>

    <Directory /var/www/teklab_wi>
        Options -Indexes Includes FollowSymLinks MultiViews
        AllowOverride None
        Order allow,deny
        Allow from all
    </Directory>

    <IfModule mod_fastcgi.c>
        ScriptAlias /php4/ /var/www/fcgi/master/
        ScriptAlias /php5/ /var/www/fcgi/master/
        <Directory "/var/www/fcgi/master">
            AllowOverride None
            Options +ExecCGI MultiViews -Indexes
            Order allow,deny
            Allow from all
        </Directory>
    </IfModule>

    <IfModule mod_php5.c>
        <Directory /var/www/teklab_wi>
            php_admin_value open_basedir "/var/www/teklab_wi/:/bin:/sbin:/usr/bin:/usr/sbin"
        </Directory>
    </IfModule>
</VirtualHost>

when i open the website it just says
Quote:No input file specified.
when i open a non-php-file it is working out fine.


what can i do?
thanks,
} Meatwad
02-25-2008 03:08 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
php-problems - Meatwad - 02-25-2008 03:08 AM
RE: php-problems - joximu - 02-25-2008, 03:21 AM
RE: php-problems - blocker - 02-25-2008, 04:45 PM
RE: php-problems - Meatwad - 02-29-2008, 12:57 AM
RE: php-problems - DocSnyd3r - 02-29-2008, 04:01 AM
RE: php-problems - Meatwad - 02-29-2008, 04:04 AM
RE: php-problems - joximu - 02-29-2008, 09:27 AM
RE: php-problems - Meatwad - 03-01-2008, 09:55 AM
RE: php-problems - joximu - 03-01-2008, 10:07 AM
RE: php-problems - Meatwad - 03-01-2008, 11:05 AM
RE: php-problems - rsmithgs - 03-01-2008, 11:13 AM
RE: php-problems - joximu - 03-01-2008, 11:48 AM
RE: php-problems - Meatwad - 03-02-2008, 01:40 AM
RE: php-problems - joximu - 03-02-2008, 04:20 AM
RE: php-problems - Meatwad - 03-03-2008, 12:22 AM
RE: php-problems - gOOvER - 03-03-2008, 12:27 AM
RE: php-problems - Meatwad - 03-03-2008, 12:29 AM

Forum Jump:


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