Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Apache og ASP ?

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  mod_rewrite and Firewalls clash  
Author Message
henrik

External


Since: Feb 08, 2004
Posts: 11



(Msg. 1) Posted: Sun Sep 05, 2004 5:43 pm
Post subject: Apache og ASP ?
Archived from groups: alt>apache>configuration (more info?)

Hello

Can anyone here explain to me, if it is in Apache .conf file or somewhere in
Sun One ASP I should configure the "system", so my users cannot see anything
but there own documentroot directory on the Apache server ?

The situation is as follows:
Windows 2000 server
Apache 2.0.47
Sun One ASP (4.0.1)

<VirtualHost *>
ServerAdmin xx.DeleteThis@domain.com
DocumentRoot d:/root/domainmap
ServerName www.domain.com
ServerAlias domain.com
</VirtualHost>

With an ASP created program it is possible to look from the root and into
all maps in the root.

How do I prevent that ?

Many thanks in advance
Henrik

 >> Stay informed about: Apache og ASP ? 
Back to top
Login to vote
wernerblock

External


Since: Sep 06, 2004
Posts: 1



(Msg. 2) Posted: Mon Sep 06, 2004 4:53 pm
Post subject: Re: Apache og ASP ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hey Henrik

look on this site <a style='text-decoration: underline;' href="http://www.apache-asp.org" target="_blank">http://www.apache-asp.org</a>

best werner

Henrik Andersen schrieb:

 > Hello

 > Can anyone here explain to me, if it is in Apache .conf file or somewhere in
 > Sun One ASP I should configure the "system", so my users cannot see anything
 > but there own documentroot directory on the Apache server ?

 > The situation is as follows:
 > Windows 2000 server
 > Apache 2.0.47
 > Sun One ASP (4.0.1)

 > <VirtualHost *>
 > ServerAdmin xx.TakeThisOut@domain.com
 > DocumentRoot d:/root/domainmap
<font color=purple> > ServerName <a style='text-decoration: underline;' href="http://www.domain.com</font" target="_blank">www.domain.com</font</a>>
 > ServerAlias domain.com
 > </VirtualHost>

 > With an ASP created program it is possible to look from the root and into
 > all maps in the root.

 > How do I prevent that ?

 > Many thanks in advance
 > Henrik<!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Apache og ASP ? 
Back to top
Login to vote
henrik

External


Since: Feb 08, 2004
Posts: 11



(Msg. 3) Posted: Mon Sep 06, 2004 7:39 pm
Post subject: Re: Apache og ASP ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks wener

But I dont think me changing from Sun One ASP til Apache ASP can do the
trick. To me it seems that Apache ASP is not able to support all the
different Objects, as supported with Sun One ASP. So it would just be a kind
of "downsizing".

All I want is the DocumentRoot to actually be the root, so it will be
impossible to browse throu the maps on then server (and drives) with an
program made in ASP.

Henrik


"Werner" <wernerblock.TakeThisOut@netscape.net> skrev i en meddelelse
news:76d662e791a2d2fbb09cd31e0787f4a9$1@217.82.109.33...
 > Hey Henrik
 >
<font color=purple> > look on this site <a style='text-decoration: underline;' href="http://www.apache-asp.org</font" target="_blank">http://www.apache-asp.org</font</a>>
 >
 > best werner
 >
 > Henrik Andersen schrieb:
 >
  > > Hello
 >
  > > Can anyone here explain to me, if it is in Apache .conf file or
somewhere in
  > > Sun One ASP I should configure the "system", so my users cannot see
anything
  > > but there own documentroot directory on the Apache server ?
 >
  > > The situation is as follows:
  > > Windows 2000 server
  > > Apache 2.0.47
  > > Sun One ASP (4.0.1)
 >
  > > <VirtualHost *>
  > > ServerAdmin xx.TakeThisOut@domain.com
  > > DocumentRoot d:/root/domainmap
<font color=green>  > > ServerName <a style='text-decoration: underline;' href="http://www.domain.com</font" target="_blank">www.domain.com</font</a>>
  > > ServerAlias domain.com
  > > </VirtualHost>
 >
  > > With an ASP created program it is possible to look from the root and
into
  > > all maps in the root.
 >
  > > How do I prevent that ?
 >
  > > Many thanks in advance
  > > Henrik
 >
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache og ASP ? 
Back to top
Login to vote
kalvaronospamt

External


Since: Feb 25, 2004
Posts: 58



(Msg. 4) Posted: Mon Sep 06, 2004 11:27 pm
Post subject: Re: Apache og ASP ? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

*** Werner escribió/wrote (Mon, 6 Sep 2004 13:53:23 +0200):
<font color=purple> > look on this site <a style='text-decoration: underline;' href="http://www.apache-asp.org</font" target="_blank">http://www.apache-asp.org</font</a>>

"Apache::ASP provides an Active Server Pages port to the Apache Web Server
with Perl scripting only"

I believe 99% of ASP pages use VBScript and the remaining 1% use JavaScript
(just a rough estimate). If you're going to rewrite your whole site, it's
probably easier to use PHP. You even have a tool called asp2php Wink


--
-+ Álvaro G. Vicario - Burgos, Spain
+- <a style='text-decoration: underline;' href="http://www.demogracia.com" target="_blank">http://www.demogracia.com</a> (la web de humor barnizada para la intemperie)
++ Las dudas informáticas recibidas por correo irán directas a la papelera
-+ I'm not a free help desk, please don't e-mail me your questions
--<!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Apache og ASP ? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
apache 2 and php on mac - what lines do i need in the httpd and what files "so" or other do i need to get it in. macosx 10.3.5 and have switched to a fink so that may involve some heavy dancing. jimt

ASP.Net under Apache - Is there a module for Apache that allows the running of ASP.Net? Perhaps uses Mono?

apache not doing any PHP. - Hi I'm running Apache 1.3 with mod_php4 on a suse 9.0 box. However when a client tries to open a php-document, the file download dialog opens instead of showing the contents of the page. The PHP Module seems to be loaded correctly. my httpd.conf has th...

using ssl on Apache 2 - Hi I new with secure apache server I have read a lot of papers and the more I read the more confuse I get. Is there any paper on how to secure a Apache server on Suse9. Or has onyone done it please send there notes about it. I have read about using..

Apache on pc #2 - Hi , My config 1 pc under W2K (192.168.0.1), with ICS , another 1 with XP pro (192.168.0.2) , and with dyndns services. Problem , how to set up apache in order to run on my XP pro pc , my server is not reachage from outside of the network. So far I...
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]