Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apache 1.3 configuration directives found #7

Open
mid9commander opened this issue Aug 7, 2009 · 5 comments
Open

Apache 1.3 configuration directives found #7

mid9commander opened this issue Aug 7, 2009 · 5 comments

Comments

@mid9commander
Copy link

I am getting "apache 1.3 configuration directives found" whenever I put "Porter On" into my . My Rake ran without any problem when installing the mod_porter into apache, so I am not sure what the problem may be. Can you please shed some lights?

@mid9commander
Copy link
Author

never mind, I was using the wrong includes.

@mid9commander
Copy link
Author

This can be closed

@shware
Copy link

shware commented Aug 27, 2009

Hi,

I'm on CentOS Linux 5 using Apache 2.2.3 and am seeing the same issue. The modules compile cleanly but once I add Porter On to httpd.conf I get the "Apache 1.3 confguration directives found". I'm pretty sure I've got the proper include files. rake runs fine.

Any additional clues would be greatly appreciated.

Thanks,

Shawn

@heyaz
Copy link

heyaz commented Feb 4, 2010

Did you find a solution to the issue? I'm having the exact same problem. 4 hours of searching google only turned up this issue, with no solutions on it yet. I've started over, recompiled eveyrthing, changed settings, etc. but no luck so far.

Any ideas?

@mlartz
Copy link

mlartz commented Apr 10, 2010

The problem is with CentOS's init script for apache (/etc/init.d/httpd). In the check13() function, they build up a regex to look for old 1.3 commands, one of which is 'Port', i.e.:

GONE="(ServerType|BindAddress|Port|AddModule|ClearModuleList|"

This hits on the "Porter" string. I solved it by patching the init script to add a space after the 'Port':

sed -i 's/Port/Port /' /etc/init.d/httpd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants