The Open Source Swiss Army Knife

/web_servers/apache/
/web_servers/apache/ + sub-categories
http://www.sirfsup.com/
web directory content
    
      

Not logged in
Chat Register Login
return to:  http:/www.sirfsup.com      /web_servers   /apache 
sub-categories and articles

                                                  
dirbricolage bricolage install
dircdrom_books_apache add
direnodes enodes install
dirinstallation HOW TO INSTALL APACHE
dirmason add
diropeninteract add
diropenwebmail add
dirprogramming_c add
dirprogramming_mod_perl add
   --->create new sub-category


Apache.config.txt
add

http://ns1.tcu-inc.com/Articles/Compile/2002_10_25/Apache.config ### Before Directory LoadModule perl_module modules/mod_perl.so PerlModule Apache2

apache_1.3.x.htm
installation mostly, how to compile with differnt modules, installation options

moved to here

apache_2.htm
installation of the newer version

moved to here

directives.htm
link to htaccess.htm in here, made to show diff between location and directory directives

  1. dynamic loading modules
  2. access directives
  3. directory and location directives
  4. LocationMatch
  5. PerlAccessHandler
  6. virtualhosts

htaccess.htm
htaccess overview .htpasswd

limiting access to directories of a web server with .htaccess files

  1. httpd.conf configuration
  2. .htaccess configuration
  3. htpasswd

httpd.conf.modperl.vh1
add

ServerRoot "/usr/local/apache2" <IfModule !mpm_winnt.c> <IfModule !mpm_netware.c> #LockFile logs/accept.lock </IfModule>

httpd.conf.modperl.vh2
add

NameVirtualHost xx.xxx.xxx.x <VirtualHost xx.xxx.xxx.x> ServerAdmin webmaster@example.com DocumentRoot /home/httpd/home ServerName www.example.com

internationalization.htm
add

  1. bowiesnyder.com
  1. add MultiViews to the Options line for the directory in question

rewrite.txt
add

for a rewrite on domain changes, do: RewriteEngine On RewriteRule ^(.*)$ http://www.new.com/$1 [R=301,L]

ssl.txt
add

THE FOLLOWING WAS GENERATED AFTER INSTALLING MOD_SSL WITH THE APACHE WEB SERVER THE DIRECTIONS FOR MOD_SSL WILL TELL YOU TO DO "MAKE CERTIFICATE" THE RESULTS OF DOING SO ARE THESE: [root@first /root]# httpd restart

startup.perl
add

#!/usr/bin/perl

webdav.htm
how to configure apache for web_dav protocol, and about the protocol itself

  1. links
  2. httpd.conf
   --->upload your article


User submitted category site links


(None)

-->submit a page from your site dealing with apache to the sirfsup! web directory for listing

return to top