Re: Deployment on Centos 6
Re: Deployment on Centos 6
- Subject: Re: Deployment on Centos 6
- From: Gino Pacitti <email@hidden>
- Date: Sun, 20 May 2018 14:53:23 +0100
Don’t worry - I had the Webobjects Module ‘Include' in the wrong place in the
httpd.conf file…
> On 20 May 2018, at 10:04, Gino Pacitti <email@hidden> wrote:
>
> Hi List
> Its been a long time since I set up a deployment environment so I might just
> be rusty but -
>
> I have a Centos 6 OS and I used pretty much this to install.:
> <https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2
>
> <https://wiki.wocommunity.org/display/documentation/Installing+a+deployment+environment+on+RedHat%2>C+CentOS+or+Amazon+Linux>
>
> JavaMonitor and WOTaskd are working and I can access JavaMonitor using port
> 56789 to configure my Apps.
>
> In my http config I am using this (httpd.conf excerpt below) yet when I try
> and access my App using a url such as
> http://mydomain.com/cgi-bin/WebObjects/App.woa/ I keep getting Not Found - it
> is as if the WOAdaptor is not passing the request to the WO Environment. In
> the Apache Logs I get this :
>
>
> 2018-05-20 09:53:40 Error IPAddress 404 GET
> /cgi-bin/WebObjects/App.woa/ HTTP/1.1 <log-browser-client.png>
> 464 Apache access
>
> Any pointers appreciated…
>
> Gino
>
> httpd.conf
> -----------------
> ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/var/www/cgi-bin/$1"
>
> #ScriptAlias /cgi-bin/ "/var/www/cgi-bin/"
>
> #
> # "/var/www/cgi-bin" should be changed to whatever your ScriptAliased
> # CGI directory exists, if you have that configured.
> #
> <Directory "/var/www/cgi-bin">
> AllowOverride None
> Options None
> Order allow,deny
> Allow from all
> </Directory>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list (email@hidden)
> Help/Unsubscribe/Update your Subscription:
>
> This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden