You are viewing a plain text version of this content. The canonical link for it is here.
Posted to test-dev@httpd.apache.org by Stas Bekman <st...@stason.org> on 2003/09/24 18:52:04 UTC

[Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

Hi Jesse, I thought you told me that you have fixed RT's entry for Apache-Test 
to have httpd-test-dev list <te...@httpd.apache.org> as the contract 
address. Why do I get these messages then?

-------- Original Message --------
Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored
Date: Wed, 24 Sep 2003 12:00:29 -0400 (EDT)
From: Guest via RT <bu...@rt.cpan.org>
Reply-To: bug-Apache-Test@rt.cpan.org
To: AdminCc of cpan Ticket #3861: ;


This message about Apache-Test was sent to you by guest <> via rt.cpan.org

Full context and any attached attachments can be found at:
<URL: https://rt.cpan.org/Ticket/Display.html?id=3861 >

Actually, reviewing the httpd.conf file further, it appears that my
httpd.conf.in file is being used. However, the following lines are being
appended to the top of the file (which is why I am getting an error
starting the server):

---------------------------------
LoadModule config_log_module "/usr/lib/apache/1.3/mod_log_config.so"
LoadModule mime_magic_module "/usr/lib/apache/1.3/mod_mime_magic.so"
LoadModule mime_module "/usr/lib/apache/1.3/mod_mime.so"
LoadModule negotiation_module "/usr/lib/apache/1.3/mod_negotiation.so"
LoadModule status_module "/usr/lib/apache/1.3/mod_status.so"
LoadModule autoindex_module "/usr/lib/apache/1.3/mod_autoindex.so"
LoadModule dir_module "/usr/lib/apache/1.3/mod_dir.so"
LoadModule cgi_module "/usr/lib/apache/1.3/mod_cgi.so"
LoadModule userdir_module "/usr/lib/apache/1.3/mod_userdir.so"
LoadModule alias_module "/usr/lib/apache/1.3/mod_alias.so"
LoadModule rewrite_module "/usr/lib/apache/1.3/mod_rewrite.so"
LoadModule access_module "/usr/lib/apache/1.3/mod_access.so"
LoadModule auth_module "/usr/lib/apache/1.3/mod_auth.so"
LoadModule expires_module "/usr/lib/apache/1.3/mod_expires.so"
LoadModule unique_id_module "/usr/lib/apache/1.3/mod_unique_id.so"
LoadModule setenvif_module "/usr/lib/apache/1.3/mod_setenvif.so"

User    nobody
Group    nogroup
ServerName localhost
Port 8529
---------------------------------

Where are these getting set and how can I override them?

Thanks,
William

-- 


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: [Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

Posted by Stas Bekman <st...@stason.org>.
Jesse wrote:
> It should have both you and test-dev as adminccs. (If you're not also
> listed, there isn't currently an easy way for you to have permissions to
> go in and actually resolve the bug reports.

Ah, I see what has happened, test-dev is a moderated list, and rt wasn't 
approved yet, so I was the only one who received the posts. I thought that you 
have replaced my address with the list's one. Now it's clear. Thank you!

>         -jesse
> 
> 
> On Wed, Sep 24, 2003 at 09:52:04AM -0700, Stas Bekman wrote:
> 
>>Hi Jesse, I thought you told me that you have fixed RT's entry for 
>>Apache-Test to have httpd-test-dev list <te...@httpd.apache.org> as the 
>>contract address. Why do I get these messages then?
>>
>>-------- Original Message --------
>>Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored
>>Date: Wed, 24 Sep 2003 12:00:29 -0400 (EDT)
>>From: Guest via RT <bu...@rt.cpan.org>
>>Reply-To: bug-Apache-Test@rt.cpan.org
>>To: AdminCc of cpan Ticket #3861: ;
>>
>>
>>This message about Apache-Test was sent to you by guest <> via rt.cpan.org
>>
>>Full context and any attached attachments can be found at:
>><URL: https://rt.cpan.org/Ticket/Display.html?id=3861 >
>>
>>Actually, reviewing the httpd.conf file further, it appears that my
>>httpd.conf.in file is being used. However, the following lines are being
>>appended to the top of the file (which is why I am getting an error
>>starting the server):
>>
>>---------------------------------
>>LoadModule config_log_module "/usr/lib/apache/1.3/mod_log_config.so"
>>LoadModule mime_magic_module "/usr/lib/apache/1.3/mod_mime_magic.so"
>>LoadModule mime_module "/usr/lib/apache/1.3/mod_mime.so"
>>LoadModule negotiation_module "/usr/lib/apache/1.3/mod_negotiation.so"
>>LoadModule status_module "/usr/lib/apache/1.3/mod_status.so"
>>LoadModule autoindex_module "/usr/lib/apache/1.3/mod_autoindex.so"
>>LoadModule dir_module "/usr/lib/apache/1.3/mod_dir.so"
>>LoadModule cgi_module "/usr/lib/apache/1.3/mod_cgi.so"
>>LoadModule userdir_module "/usr/lib/apache/1.3/mod_userdir.so"
>>LoadModule alias_module "/usr/lib/apache/1.3/mod_alias.so"
>>LoadModule rewrite_module "/usr/lib/apache/1.3/mod_rewrite.so"
>>LoadModule access_module "/usr/lib/apache/1.3/mod_access.so"
>>LoadModule auth_module "/usr/lib/apache/1.3/mod_auth.so"
>>LoadModule expires_module "/usr/lib/apache/1.3/mod_expires.so"
>>LoadModule unique_id_module "/usr/lib/apache/1.3/mod_unique_id.so"
>>LoadModule setenvif_module "/usr/lib/apache/1.3/mod_setenvif.so"
>>
>>User    nobody
>>Group    nogroup
>>ServerName localhost
>>Port 8529
>>---------------------------------
>>
>>Where are these getting set and how can I override them?
>>
>>Thanks,
>>William
>>
>>-- 
>>
>>
>>__________________________________________________________________
>>Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
>>http://stason.org/     mod_perl Guide ---> http://perl.apache.org
>>mailto:stas@stason.org http://use.perl.org http://apacheweek.com
>>http://modperlbook.org http://apache.org   http://ticketmaster.com
>>
> 
> 


-- 


__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:stas@stason.org http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com


Re: [Fwd: [cpan #3861] Custom t/conf/httpd.conf.in is ignored]

Posted by Jesse <je...@fsck.com>.
It should have both you and test-dev as adminccs. (If you're not also
listed, there isn't currently an easy way for you to have permissions to
go in and actually resolve the bug reports.

        -jesse


On Wed, Sep 24, 2003 at 09:52:04AM -0700, Stas Bekman wrote:
> Hi Jesse, I thought you told me that you have fixed RT's entry for 
> Apache-Test to have httpd-test-dev list <te...@httpd.apache.org> as the 
> contract address. Why do I get these messages then?
> 
> -------- Original Message --------
> Subject: [cpan #3861] Custom t/conf/httpd.conf.in is ignored
> Date: Wed, 24 Sep 2003 12:00:29 -0400 (EDT)
> From: Guest via RT <bu...@rt.cpan.org>
> Reply-To: bug-Apache-Test@rt.cpan.org
> To: AdminCc of cpan Ticket #3861: ;
> 
> 
> This message about Apache-Test was sent to you by guest <> via rt.cpan.org
> 
> Full context and any attached attachments can be found at:
> <URL: https://rt.cpan.org/Ticket/Display.html?id=3861 >
> 
> Actually, reviewing the httpd.conf file further, it appears that my
> httpd.conf.in file is being used. However, the following lines are being
> appended to the top of the file (which is why I am getting an error
> starting the server):
> 
> ---------------------------------
> LoadModule config_log_module "/usr/lib/apache/1.3/mod_log_config.so"
> LoadModule mime_magic_module "/usr/lib/apache/1.3/mod_mime_magic.so"
> LoadModule mime_module "/usr/lib/apache/1.3/mod_mime.so"
> LoadModule negotiation_module "/usr/lib/apache/1.3/mod_negotiation.so"
> LoadModule status_module "/usr/lib/apache/1.3/mod_status.so"
> LoadModule autoindex_module "/usr/lib/apache/1.3/mod_autoindex.so"
> LoadModule dir_module "/usr/lib/apache/1.3/mod_dir.so"
> LoadModule cgi_module "/usr/lib/apache/1.3/mod_cgi.so"
> LoadModule userdir_module "/usr/lib/apache/1.3/mod_userdir.so"
> LoadModule alias_module "/usr/lib/apache/1.3/mod_alias.so"
> LoadModule rewrite_module "/usr/lib/apache/1.3/mod_rewrite.so"
> LoadModule access_module "/usr/lib/apache/1.3/mod_access.so"
> LoadModule auth_module "/usr/lib/apache/1.3/mod_auth.so"
> LoadModule expires_module "/usr/lib/apache/1.3/mod_expires.so"
> LoadModule unique_id_module "/usr/lib/apache/1.3/mod_unique_id.so"
> LoadModule setenvif_module "/usr/lib/apache/1.3/mod_setenvif.so"
> 
> User    nobody
> Group    nogroup
> ServerName localhost
> Port 8529
> ---------------------------------
> 
> Where are these getting set and how can I override them?
> 
> Thanks,
> William
> 
> -- 
> 
> 
> __________________________________________________________________
> Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
> http://stason.org/     mod_perl Guide ---> http://perl.apache.org
> mailto:stas@stason.org http://use.perl.org http://apacheweek.com
> http://modperlbook.org http://apache.org   http://ticketmaster.com
> 

-- 
jesse reed vincent -- root@eruditorum.org -- jesse@fsck.com 
70EBAC90: 2A07 FC22 7DB4 42C1 9D71 0108 41A3 3FB3 70EB AC90

Computer games don't affect kids; I mean if Pac-Man affected us as  
kids, we'd all be running around in darkened rooms, munching magic  
pills and listening to repetitive electronic music.
%                 
IP networks were intended to survive nuclear attack, but 12 year old 
kids with PCs were not part of the threat model.   -- mycroft