[Mono-list] mod_mono on SuSE 9.2 problems
William E. Kempf
wek-lists@kempfville.com
Wed, 27 Apr 2005 18:37:36 -0500
This is a multi-part message in MIME format.
--------------030107040000040208020001
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Gonzalo Paniagua Javier wrote:
>On Mon, 2005-04-25 at 01:20 -0500, William E. Kempf wrote:
>
>
>>I'm trying to get mod_mono running on SuSE 9.2 Pro. I've followed the
>>man page for mod_mono in order to configure it to server the test
>>pages. However, when starting Apache I see the error message "Another
>>mod-mono-server with the same arguments is already running" in the
>>error_log 3 times. Any attempts to view pages in the test application
>>results in "client denied server configuration:
>>
>>
>
>When mod_mono is loaded, it tries to spawn a mod-mono-server.exe per
>application you configured. Apache usually forks itself before loading
>the module, so mod_mono is loaded several times. Only one of the
>processes running mod-mono-server.exe will succeed. The others will
>print that message to the logs and exit.
>
>
>
>>/usr/share/doc/xsp/test/index.aspx" as well as the message about another
>>mod-mono-server running. I've googled on this, but not seen any
>>relevant links to a similar problem. Any ideas?
>>
>>
>
>That's an error in your apache configuration or the permissions of the
>directories/file. Review it and/or send the relevant configuration
>options here if you want more help.
>
>-Gonzalo
>
>
The permissions are correct. Here's my configuration:
Alias /mono "/usr/share/doc/xsp/test"
MonoApplications "/mono:/usr/share/doc/xsp/test"
<Directory /usr/share/doc/xsp/test>
SetHandler mono
<IfModule mod_dir.c>
DirectoryIndex index.aspx
</IfModule>
</Directory>
Pretty straight forward and right out of the installation instructions.
--------------030107040000040208020001
Content-Type: text/html; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Gonzalo Paniagua Javier wrote:
<blockquote cite="mid1114413321.1441.3.camel@localhost.localdomain"
type="cite">
<pre wrap="">On Mon, 2005-04-25 at 01:20 -0500, William E. Kempf wrote:
</pre>
<blockquote type="cite">
<pre wrap="">I'm trying to get mod_mono running on SuSE 9.2 Pro. I've followed the
man page for mod_mono in order to configure it to server the test
pages. However, when starting Apache I see the error message "Another
mod-mono-server with the same arguments is already running" in the
error_log 3 times. Any attempts to view pages in the test application
results in "client denied server configuration:
</pre>
</blockquote>
<pre wrap=""><!---->
When mod_mono is loaded, it tries to spawn a mod-mono-server.exe per
application you configured. Apache usually forks itself before loading
the module, so mod_mono is loaded several times. Only one of the
processes running mod-mono-server.exe will succeed. The others will
print that message to the logs and exit.
</pre>
<blockquote type="cite">
<pre wrap="">/usr/share/doc/xsp/test/index.aspx" as well as the message about another
mod-mono-server running. I've googled on this, but not seen any
relevant links to a similar problem. Any ideas?
</pre>
</blockquote>
<pre wrap=""><!---->
That's an error in your apache configuration or the permissions of the
directories/file. Review it and/or send the relevant configuration
options here if you want more help.
-Gonzalo
</pre>
</blockquote>
The permissions are correct. Here's my configuration:
<br>
<br>
Alias /mono "/usr/share/doc/xsp/test"
<br>
MonoApplications "/mono:/usr/share/doc/xsp/test"
<br>
<Directory /usr/share/doc/xsp/test>
<br>
SetHandler mono
<br>
<IfModule mod_dir.c>
<br>
DirectoryIndex index.aspx
<br>
</IfModule>
<br>
</Directory>
<br>
<br>
Pretty straight forward and right out of the installation instructions.
<br>
<br>
</body>
</html>
--------------030107040000040208020001--