Remove webalizer

Problems with the Windows version of XAMPP, questions, comments, and anything related.

Remove webalizer

Postby xamp_user » 28. April 2006 08:55

Is there some way to remove such a features like "webalizer" or "webdav"?
xamp_user
 
Posts: 1
Joined: 28. April 2006 08:53

Postby capitalfellow » 05. May 2006 21:59

The simplest way to remove Webalizer is to delete:

C:\xampp\xampp\webalizer

To disable WebDAV, open

C:\xampp\xampp\apache\conf\httpd.conf

Go to line 505:

# Distributed authoring and versioning (WebDAV)
Include conf/extra/httpd-dav.conf

make it look like this by adding a '#' in front of line 506:

# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf

Save the file. Restart apache.
User avatar
capitalfellow
 
Posts: 60
Joined: 19. July 2005 01:10
Location: Charlotte, NC USA
Operating System: OS X

Postby WorldDrknss » 05. May 2006 23:07

After you delete webalizer open httpd-xampp.conf and remove the something similar to the following:
Code: Select all
    Alias /webalizer "C:/xampp/xampp/webalizer/"
    <Directory "C:/xampp/xampp/webalizer">
      <IfModule php5_module>
         <Files "webalizer.php">
            php_admin_flag safe_mode off
         </Files>
      </IfModule>
        AllowOverride AuthConfig
        Order allow,deny
        Allow from all
    </Directory>
http://wdguides.org - XAMPP Tutorials & MORE!!!!
User avatar
WorldDrknss
 
Posts: 292
Joined: 17. September 2005 13:40


Return to XAMPP for Windows

Who is online

Users browsing this forum: No registered users and 96 guests