Current time: 04-30-2024, 03:38 AM Hello There, Guest! (LoginRegister)


Post Reply 
[Solved] File .bak
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #1
[Solved] File .bak
typing the http://www.fenicebrindisi.it/ ut of the box by file download .bak

adding index.php http://www.fenicebrindisi.it/index.php see the site normally, why?
(This post was last modified: 09-06-2009 09:00 PM by theprincy.)
09-06-2009 08:18 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #2
RE: File .bak
(09-06-2009 08:18 PM)theprincy Wrote:  typing the http://www.fenicebrindisi.it/ ut of the box by file download .bak

adding index.php http://www.fenicebrindisi.it/index.php see the site normally, why?


Humm, please send me the related vhost configuration file and too, the result of ls -la DocumenROOT cmd.
09-06-2009 08:23 PM
Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #3
RE: File .bak
(09-06-2009 08:23 PM)nuxwin Wrote:  
(09-06-2009 08:18 PM)theprincy Wrote:  typing the http://www.fenicebrindisi.it/ ut of the box by file download .bak

adding index.php http://www.fenicebrindisi.it/index.php see the site normally, why?

Humm, please send me the related vhost configuration file.


Where is it?
09-06-2009 08:25 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #4
RE: File .bak
(09-06-2009 08:25 PM)theprincy Wrote:  
(09-06-2009 08:23 PM)nuxwin Wrote:  
(09-06-2009 08:18 PM)theprincy Wrote:  typing the http://www.fenicebrindisi.it/ ut of the box by file download .bak

adding index.php http://www.fenicebrindisi.it/index.php see the site normally, why?

Humm, please send me the related vhost configuration file.


Where is it?

/etc/apache2/sites-available/ispcp.conf and send me the result of ls -la DocumenROOT cmd.

Note: replace Document Root by the real directory.
09-06-2009 08:26 PM
Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #5
RE: File .bak
# httpd [151.1.153.22] virtual host entry BEGIN.

NameVirtualHost 151.1.153.22:80

# httpd [{DMN_GRP}] dmn group entry BEGIN.
# httpd [{DMN_GRP}] dmn group entry END.
# httpd [fenicebrindisi.it] dmn group entry BEGIN.

<IfModule mod_cband.c>
<CBandUser fenicebrindisi.it>
# CBandUserLimit 0Mi
# CBandUserScoreboard /var/www/scoreboards/fenicebrindisi.it
# CBandUserPeriod 4W
# CBandUserPeriodSlice 1W
# CBandUserExceededURL http://151.1.153.22/errors/bw_exceeded.html
</CBandUser>
</IfModule>


# httpd [{SUB_NAME}] sub entry BEGIN.
# httpd [{SUB_NAME}] sub entry END.

# httpd [fenicebrindisi.it] dmn entry BEGIN.
<VirtualHost 151.1.153.22:80>

<IfModule suexec_module>
SuexecUserGroup vu2047 vu2047
</IfModule>

ServerAdmin webmaster@fenicebrindisi.it
DocumentRoot /var/www/virtual/fenicebrindisi.it/htdocs

ServerName fenicebrindisi.it
ServerAlias http://www.fenicebrindisi.it fenicebrindisi.it *.fenicebrindisi.it vu2047.151.1.153.22

Alias /errors /var/www/virtual/fenicebrindisi.it/errors/

RedirectMatch permanent ^/ftp([\/]?) http://151.1.153.22/ftp/
RedirectMatch permanent ^/pma([\/]?) http://151.1.153.22/pma/
RedirectMatch permanent ^/webmail([\/]?) http://151.1.153.22/webmail/
RedirectMatch permanent ^/ispcp([\/]?) http://151.1.153.22/

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 mod_cband.c>
CBandUser fenicebrindisi.it
</IfModule>
# httpd awstats support BEGIN.

ProxyRequests Off

<Proxy *>
Order deny,allow
Allow from all
</Proxy>

ProxyPass /stats http://localhost/stats/fenicebrindisi.it
ProxyPassReverse /stats http://localhost/stats/fenicebrindisi.it

<Location /stats>
<IfModule mod_rewrite.c>
RewriteEngine on
RewriteRule ^(.+)\?config=([^\?\&]+)(.*) $1\?config=fenicebrindisi.it&$3 [NC,L]
</IfModule>
AuthType Basic
AuthName "Statistics for domain fenicebrindisi.it"
AuthUserFile /var/www/virtual/fenicebrindisi.it/.htpasswd
AuthGroupFile /var/www/virtual/fenicebrindisi.it/.htgroup
Require group statistics
</Location>

# httpd awstats support END.

# httpd dmn entry cgi support BEGIN.
ScriptAlias /cgi-bin/ /var/www/virtual/fenicebrindisi.it/cgi-bin/
<Directory /var/www/virtual/fenicebrindisi.it/cgi-bin>
AllowOverride AuthConfig
#Options ExecCGI
Order allow,deny
Allow from all
</Directory>
# httpd dmn entry cgi support END.

<Directory /var/www/virtual/fenicebrindisi.it/htdocs>
# httpd dmn entry PHP support BEGIN.
# httpd dmn entry PHP support END.
Options -Indexes Includes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>

# httpd dmn entry PHP2 support BEGIN.
<IfModule mod_php5.c>
php_admin_value open_basedir "/var/www/virtual/fenicebrindisi.it/:/var/www/virtual/fenicebrindisi.it/phptmp/:/usr/share/php/"
php_admin_value upload_tmp_dir "/var/www/virtual/fenicebrindisi.it/phptmp/"
php_admin_value session.save_path "/var/www/virtual/fenicebrindisi.it/phptmp/"
php_admin_value sendmail_path '/usr/sbin/sendmail -f vu2047 -t -i'
</IfModule>
<IfModule mod_fastcgi.c>
ScriptAlias /php5/ /var/www/fcgi/fenicebrindisi.it/
<Directory "/var/www/fcgi/fenicebrindisi.it">
AllowOverride None
Options +ExecCGI -MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
<IfModule mod_fcgid.c>
Include /etc/apache2/mods-available/fcgid_ispcp.conf
<Directory /var/www/virtual/fenicebrindisi.it/htdocs>
FCGIWrapper /var/www/fcgi/fenicebrindisi.it/php5-fcgi-starter .php
Options +ExecCGI
</Directory>
<Directory "/var/www/fcgi/fenicebrindisi.it">
AllowOverride None
Options +ExecCGI MultiViews -Indexes
Order allow,deny
Allow from all
</Directory>
</IfModule>
# httpd dmn entry PHP2 support END.

Include /etc/apache2/ispcp/fenicebrindisi.it.conf

</VirtualHost>
# httpd [fenicebrindisi.it] dmn entry END.

# httpd [fenicebrindisi.it] dmn group entry END.

# httpd [coreacore.it] dmn group entry BEGIN.
09-06-2009 08:28 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #6
RE: File .bak
In your /etc/apache2/ispcp/fenicebrindisi.it.conf

Added :
Code:
<Directory /var/www/virtual/fenicebrindisi.it/htdocs>
Options -MultiViews
</Directory>

And restart Apache2
Code:
/etc/init.d/apache2 restart

After this, reload your root URL in your browser.
09-06-2009 08:38 PM
Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #7
RE: File .bak
(09-06-2009 08:38 PM)nuxwin Wrote:  The mod_negotiation is activated ?

Please, try

Code:
a2dismod mod_negotiation

and restart your apache

and reload the root url

Oups, is a static mod. Please wait

a2dismod mod_negotiation
ERROR: Module mod_negotiation does not exist!
09-06-2009 08:41 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #8
RE: File .bak
Sorry, is a static mod...

In your /etc/apache2/ispcp/fenicebrindisi.it.conf

Added :
Code:
<Directory /var/www/virtual/fenicebrindisi.it/htdocs>
Options -MultiViews
</Directory>

And restart Apache2 :
Code:
/etc/init.d/apache2 restart

After this, reload your root URL in your browser.

And post your comment..
09-06-2009 08:45 PM
Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #9
RE: File .bak
(09-06-2009 08:45 PM)nuxwin Wrote:  Sorry, is a static mod...

In your /etc/apache2/ispcp/fenicebrindisi.it.conf

Added :
Code:
<Directory /var/www/virtual/fenicebrindisi.it/htdocs>
Options -MultiViews
</Directory>

And restart Apache2 :
Code:
/etc/init.d/apache2 restart

After this, reload your root URL in your browser.

And post your comment..

nothing
09-06-2009 08:47 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #10
RE: File .bak
It works, I have tested. Empty your browser cache, close and restart. also try another browser.
09-06-2009 08:50 PM
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: