You are not logged in.

#1 2010-04-29 17:04:02

frojnd
Member
Registered: 2008-09-20
Posts: 125

[solved] mod_scgi problem. What's going on?

Hello there.

I was about to install rutorrent: but I got stuck at the point where I have to edit apache2. I edit /etc/httpd/conf/httpd.conf and add at the end of the conf SCGIMount /RPC2 127.0.0.1:5000 When I restart message I keep getting this error:

Syntax error on line 483 of /etc/httpd/conf/httpd.conf:
Invalid command 'SCGIMount', perhaps misspelled or defined by a module not included in the server configuration

Line 483 includes: SCGIMount /RPC2 127.0.0.1:5000

I've installed mod_scgi also from aur but this also doesn't help. I get the same error when I'm trying to restart apache2. Does anyone have any idea how can I solve this one?

Last edited by frojnd (2010-05-01 11:02:08)

Offline

#2 2010-04-30 10:06:15

penguin.powered
Member
Registered: 2010-01-20
Posts: 9

Re: [solved] mod_scgi problem. What's going on?

Did you add the LoadModule directive to the httpd.conf ?

If not try adding this one at the end of the LoadModule block

LoadModule scgi_module modules/mod_scgi.so

Offline

#3 2010-04-30 13:16:55

frojnd
Member
Registered: 2008-09-20
Posts: 125

Re: [solved] mod_scgi problem. What's going on?

No I haven't. Thank you it works now smile

Offline

Board footer

Powered by FluxBB