Author: Mike Smith
Email: [EMAIL PROTECTED]
Message:
Well, I think I got it...Not sure if this is the right way. But feel free to see if it
works for you. The problem is we are using php with form based login(Intranet Site).
We have sessions enabled and I could hard code in to allow the mnogosearch to run, but
it stores the URL with ?SESSID=879sdf0ucv07dxsawblahassxs.
Here's what I did....
--------------httpd.conf------------------
Listen 8181
NameVirtualHost 192.168.0.10
<VirtualHost 192.168.0.10:8181>
ServerAdmin [EMAIL PROTECTED]
DocumentRoot /data/www/foo
ServerName foo.bar.com
ErrorDocument 404 /include/404.php
ScriptAlias /cgi-bin/ "/data/www/foo/cgi-bin/"
php_admin_value include_path "./:/data/www/foo/include"
<Directory /data/www/foo>
Options Indexes FollowSymLinks
AllowOverride None
order deny,allow
deny from all
allow from 192.168.0.10
</Directory>
--------------- End httpd.conf ----------------
--------------- indexer.conf ------------------
Proxy foo.bar.com:8181
Server http://foo.bar.com/
--------------- end indexer.conf --------------
Hope this helps any of ya running into similar problems. I failed to mention...In our
main site config I have another php_admin_value that says to include auth.php. This
script is what sets up all the sessions and such. I drop that from the VirtualHost
since I have it locked to only allow from local.
- Mike
Reply: <http://www.mnogosearch.org/board/message.php?id=2449>
___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]