You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Jan Madsen <Ja...@im-teknik.dk> on 2003/05/05 12:03:22 UTC

[users@httpd] ASP with apache

Now I finally got my contact with my exchange server OWA from apache, but
now I have a new problem my OWA server are running ASP sides and my apache
do not support this do any one know how I get apache to handle asp side ??

The connection between my Linux Apache server and my OWA server NT4.0 is by
a smbmount, and with VirtuelHost where my DocumentRoot is the smbmount dir.
So now it only say that "The page can't be displayed" Explore error messages

Regards, Jan Madsen

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org


[users@httpd] Service & re-writes

Posted by Gordon Stewart <go...@slingshot.co.nz>.
Hi there,

I notice that apache starts up automatically when I boot up my PC - as a 
"service" ?

Ive tried the help files on my PC - However i cant figure out where to 
change it so it is NOT a 'service'

IE, I want to start/stop it when I want to. - Not when the PC is booted

Ps - im on a WIN 98 - Compaq


(if I go bin\apache -k shutdown (or stop) - It has problems stopping.. :(  )

ALSO :-

I went  into the httpd.conf  & un-commented the line which says :-

LoadModule rewrite_module modules/mod_rewrite.so

- I re-booted (just now) - & my htaccess re-writes still dont work (see below)

Ive made  http://group.domain.com  go to my localhost - So I can test out a 
script.

Basically, i want that sub-domain - to activate / run a script..

Do I need to do anything to activate the re-writes ?
This is a copy (slightly altered) of something I use on the live website 
(which works)


----------------------
Options +Includes

RewriteEngine On
Options +FollowSymlinks
RewriteBase /

RewriteCond %{HTTP_HOST} group.kwister.com
RewriteCond %{REQUEST_URI} !cgi-bin/groups/view.cgi
RewriteRule ^(.*)$ cgi-bin/groups/view.cgi$1 [L]
-----------------------

Basically, I want it to work - at home - AND on the live Apache website...

Thanks

G.


RE: [users@httpd] ASP with apache

Posted by Jeff Cohen <su...@gej-it.com>.
Just make a Vhost to Proxy the OWA pages and serve the on the exchange
server itself.

All the best,
Jeff Cohen
Jeff@GEJ-IT.com
Tel. (416) 917-2324
www.GEJ-IT.com
GEJ-IT Networks!

> -----Original Message-----
> From: Jan Madsen [mailto:Jan@im-teknik.dk]
> Sent: Monday, May 05, 2003 6:03 AM
> To: 'users@httpd.apache.org'
> Subject: [users@httpd] ASP with apache
> 
> Now I finally got my contact with my exchange server OWA from apache, but
> now I have a new problem my OWA server are running ASP sides and my apache
> do not support this do any one know how I get apache to handle asp side ??
> 
> The connection between my Linux Apache server and my OWA server NT4.0 is
by
> a smbmount, and with VirtuelHost where my DocumentRoot is the smbmount
dir.
> So now it only say that "The page can't be displayed" Explore error
messages
> 
> Regards, Jan Madsen
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
   "   from the digest: users-digest-unsubscribe@httpd.apache.org
For additional commands, e-mail: users-help@httpd.apache.org