diff options
| -rwxr-xr-x | index.cgi | 2 | ||||
| -rwxr-xr-x | index.fcgi | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -22,7 +22,7 @@ my $host = hostname(); my $config = -e "xerldev.conf" ? "xerldev.conf" - : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); + : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'xerl.conf' ); my $xerl = Xerl->new( config => $config ); $xerl->run(); @@ -23,7 +23,7 @@ my $host = hostname(); my $config = -e "xerldev.conf" ? "xerldev.conf" - : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'config.conf' ); + : ( -e "xerl-$host.conf" ? "xerl-$host.conf" : 'xerl.conf' ); while ( FCGI::accept >= 0 ) { my $xerl = Xerl->new( config => $config ); |
