Re: Apache issue

From: Jacob Bresciani (jacob_at_bresciani.ca)
Date: 06/23/05

  • Next message: Terry Dooher: "Re: generalInfo"
    To: Alan Harrylal <alanh@fiu.edu>
    Date: Thu, 23 Jun 2005 09:34:09 -0700
    
    

    quick test, either read through the /etc/init.d/apache (sometimes httpd)
    startup script or start apache manually.

    apache -f config_file
    sometimes
    httpd -f config_file

    -f as you should have guessed forces the config file to use.

    On Wed, 2005-06-22 at 12:59 -0400, Alan Harrylal wrote:
    > I agree with Tom. Sometimes apache uses the httpd.conf in /etc/httpd/
    >
    > -- Cheers,
    >
    > Alan Harrylal
    > Systems Administrator
    > Florida International University
    >
    > ----- Original Message -----
    > From: "Tom Stowell" <jts@deforest.k12.wi.us>
    > To: <focus-linux@securityfocus.com>; <anita.salerno@talk21.com>
    > Sent: Wednesday, June 22, 2005 10:37 AM
    > Subject: Re: Apache issue
    >
    >
    > Just a shot in the dark, but make sure Apache is using the right config
    > file.
    >
    >
    >
    > Tom Stowell
    > Network Administrator
    > DeForest Area School District
    > 520 E. Holum St.
    > DeForest, WI 53532
    > Fax: (608)-842-6545
    > Voice: (608)-842-6500
    > Email: <jts@deforest.k12.wi.us>
    >
    >
    > console, n. [From latin consolatio(n) "comfort, spiritual solace."] A device
    > for displaying or printing condolances or obituaries for the operator.
    > -- Stan Kelly-Bootle, The Computer Contradictionary.
    >
    >
    > >>> <anita.salerno@talk21.com> 06/22/05 02:44AM >>>
    > Hello,
    > I'm using Apache/2.0.52 on Fedora Core 3. I've copied the configuration file
    > of the previous apache's version on a Redhat, as I do everytime when
    > upgrading to a new version of Apache (I configured only the new httpd.conf
    > manually), and now the problem is that none of the security measures is
    > working, I'm bypassing all of them (.htaccess and ip list specification).
    >
    > The mod_access module is enabled.
    >
    > In my httpd.conf, I have:
    >
    > AllowOverride All
    >
    > <Directory /www/html/directory/rzone>
    > Order Allow,Deny
    > Allow from 10.0.10.
    > Deny from all
    > </Directory>
    >
    >
    >
    > My .htaccess is:
    > AuthType Basic
    > AuthName Welcome
    > AuthUserFile /www/html/directory/rzone/.htmdp
    >
    > <Limit GET POST>
    > require valid-user
    >
    > Order Allow,Deny
    > Allow from 10.0.10.
    > Deny from all
    > </Limit>
    >
    > When I was desprate, I've configured the access file as follow:
    >
    > Order Allow,Deny
    > Deny from all
    >
    > and I still have access to the web site.
    >
    > Any idea ?
    >
    >
    >


  • Next message: Terry Dooher: "Re: generalInfo"

    Relevant Pages

    • running multiple copies of apache/httpd instances...
      ... it simply overwrites/restarts the existing httpd processes.... ... i want two separate copies of apache running on the same server, ... # config: /etc/httpd/conf/httpd.conf ... echo 1>&2 " Apache 1.3 configuration directives found" ...
      (Fedora)
    • Re: Rivet and snit....
      ... >> or if it's installed as 'httpd' ... I know it must be on the Apache ... I want to develop a web-based GUI config tool. ... option to then select a saved config and the web-form will appear with the ...
      (comp.lang.tcl)
    • Re: My Apache test page wont die!
      ... > But, when I go into htdocs, there's no index.html. ... So I go back to the download, config, ... I get a message that Apache is preserving my ... > back to the download, config, make, make install. ...
      (comp.infosystems.www.servers.unix)
    • Why is mod_limitipconn-0.23 in Ubuntu 8.04 not working?
      ... The steps I took to install and use limitipconn. ... I build the source code as an Apache DSO: ... Everything is OK till make done, there are no error messages. ... had modified the default config file. ...
      (Ubuntu)
    • Re: Teaching standard init config...
      ... >> matter of a layer of config tools on top of the standard files, ... If I can't teach how to make Apache start at boot, ... >> installing Apache at all. ... > them to figure out how it is done on their particular distro, ...
      (comp.os.linux.setup)