mohan devanoor wrote:
Thanks William,
problem is solved with mod_perl but how to create any asp program to run
on apache??
You missed the point; surrender. Either you want to run perl 'asp' scripts,
or it's time for you to learn, and port your applications, to aspx.
Trust me, I research
Thanks William, problem is solved with mod_perl but how to create any asp program to run on apache?? Your help would be appreciated... "William A. Rowe, Jr." <[EMAIL PROTECTED]> wrote: mod_aspdotnet and mod_mono only support aspx - not asp. modperl also doesn'tsupport 'vb' or other
mod_aspdotnet and mod_mono only support aspx - not asp. modperl also doesn't
support 'vb' or other non-perl .asp pages, only asp pages in perl.
Devraj Mukherjee wrote:
Hi Mohan,
I have no experience with Apache::ASP but It's worth looking at mod_mono
that supports ASP .NET on Apache.
Devr
Suddenly occurred to me, check your own etc/hosts file, make sure
that this isn't a remnant from your own earlier development efforts.
Bill
William A. Rowe, Jr. wrote:
Chris Pat wrote:
Hi William
Thanks. It didnt work. I was suspicious when
nsloopup of www.domain.com came back with
192.168.
Hi Mohan,
I have no experience with Apache::ASP but It's worth looking at mod_mono
that supports ASP .NET on Apache.
Devraj
mohan devanoor wrote:
hello all,
i have apache 2.0.55 and perl. and i installed mod_perl in order to get
asp run on my apache.
i copied eg/ folder to htdocs but could
hello all, i have apache 2.0.55 and perl. and i installed mod_perl in order to get asp run on my apache. i copied eg/ folder to htdocs but couldnt get the asp page in IE. iam a newbie for apache::asp . can any one tell me the procedure to get asp page on my server. Your help would be appreciate
--- André Malo <[EMAIL PROTECTED]> wrote:
> Actually the W3C specifies exactly the opposite.
You're right. I'm sorry that I didn't read this
correctly. I think the frustration of my dilema has
caused me to see things that aren't there. I still
don't understand the logic behind this scheme, but
hi all...
if i have a cgi-bin directory - or any directory in which is cgi
execution is permitted - can i have other files served from the same
directory or any other directory below - like php and html? do i need
suexec for that?
the php engine is not set up as cgi...
thanks
--
Chris Pat wrote:
Hi William
Thanks. It didnt work. I was suspicious when
nsloopup of www.domain.com came back with
192.168.2.100. Gee do you think a non-routable ip can
be right. I have now tried two separate "tech" both
put me on hold and come back from the oracle saying it
is my system. Th
> -Original Message-
> From: Chris Pat [mailto:[EMAIL PROTECTED]
> Sent: Friday, 3 February 2006 11:08 AM
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] newbie vhost?
>
> Hello
> I have Apache2.055 working with a "bare" domain name e.g.
> http://domain.com, however it will no
> You should consider moving to apache 2.6; I've seen a significant bump
> in performance on highly loaded systems. Personally I attribute this
> to the O(1) scheduler, but I'm no guru...
woops... that's kernel 2.6... there is no apache 2.6.. my bad...
-Vizzini
---
> Is there a performance hit when using mod_mime_magic with a large
> number of images, most of which are gif?
yes, there would be a performance drop if mod_mime is not successful,
and the fallback mod_mime_magic is called. mod_mime_magic emulates
unix 'file' command which derives the file type f
Hi William
Thanks. It didnt work. I was suspicious when
nsloopup of www.domain.com came back with
192.168.2.100. Gee do you think a non-routable ip can
be right. I have now tried two separate "tech" both
put me on hold and come back from the oracle saying it
is my system. The vendor is godaddy
Try ServerAlias in your vhost; but if nslookup domain.com and
nslookup www.domain.com don't point to the same IP, then you better
go back to your dns provider.
Chris Pat wrote:
Hello
I have Apache2.055 working with a "bare" domain name
e.g.
http://domain.com, however it will not work with
htt
Hello
I have Apache2.055 working with a "bare" domain name
e.g.
http://domain.com, however it will not work with
http://www.domain.com. My vendor is saying it
something wrong with my apache setup. It is the
minimal vhost with just a server name, admin, document
root. Can someone tell me who is
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
I am seeing an issue with Apache where images are slow to load,
and I am tying to rule out all possible elements.
Is there a performance hit when using mod_mime_magic with a large
number of images, most of which are gif?
I have ruled out the network,
On 2/2/06, Nick Kew <[EMAIL PROTECTED]> wrote:
> > I'm having trouble configuring an Apache 2.0.55 (32-bit; linux;) to
> > serve pre-compressed (gzip 1.3.5) html files (for inline browser
> > rendering)
>
> That's usual.
Is anyone aware of a way to serve precompressed content in apache
2.0.x? Mul
I'm getting this from Logwatch.
"Connection attempts using mod_proxy"
Could someone explain what it means, I do understand that someone probably
is trying to hack my server, but what is he trying to do.
With best regards
Tomas Larsson
Sweden
http://www.naks.mine.nu for downloads etc.
ftp://ktl.m
Acronym defined: SAN = Subject Alternative Name
Certificate contains two FQDN entries, one an alias to the other:
DNSName: fully.qualified.name
DNSName: alias-of.qualified.name
What I got back from the CA is a certificate that's slightly longer than
one for a single FQDN host. Apac
Jason J. Czerak wrote:
It was going to be a possible solution to a problem on Win32 with
threads and Apache 2 and modperl 2 that was just breaking things under
any sort of load.
Dude, Win32 is ALWAYS THREADED. 1.3 was, 2.0 was, 2.2 is. Will always be.
See Randy's work for some pretty
On 2/2/06, Tom Cat <[EMAIL PROTECTED]> wrote:
> For one subdirectory in our document root, I want to change
> LimitRequestBody to a much higher number. The catch is I don't want
> to allowoverride, so using an htaccess file is not possible.
>
> What I did was create an alias and then did an direct
For one subdirectory in our document root, I want to change
LimitRequestBody to a much higher number. The catch is I don't want
to allowoverride, so using an htaccess file is not possible.
What I did was create an alias and then did an directory tag for the
alias. Is this the best way? Is there
HiI solved this problem.Had to add the --enable-shared=ssl in the configure options.That fixed it.-Mukarram.Mukarram Syed <[EMAIL PROTECTED]> wrote: Hi.I am installing Apache with mod_ssl and open_ssl 0.9.8a.After compiling, I run "make" and I am getting the following error:/libos.a ap/libap.a lib
On Thursday 02 February 2006 15:15, Boyle Owen wrote:
> Anyway, it looks like your apache config is redirecting requests for XLS
> to tomcat. Obviously, this will happen before any .htaccess file is read
> (the file is only read if a request results in a file access in the
> target dir). Therefore
Hello,
I've upgraded to Apache 2.2.0 from 2.0.x. It didn't accept the old
signatures I used with 2.0.x for https. I was told that this cert can't
be a cacert anymore, thus I've generated a separate cert and a cacert to
sign with. Now, I have these lines in the configuration for SSL:
#SSLRand
> In compiling 2.0.55 on Solaris 8x86 I'm getting symbol
> referencing errors:
>
> Undefined first referenced
> symbol in file
> ap_meets_conditions server/.libs/libmain.a(exports.o)
> ap_setup_client_block server/.lib
On Thu, 02 Feb 2006 16:15:54 +0100, Boyle Owen wrote:
snip
I do have access to web.xml and will read on about tomcat. I thought I did
mention that this was a virtual host setup. Maybe not. Anyway, thanks for
pointing me in the proper direction. At the worst case, when files are
uploaded, I can
> -Original Message-
> From: news [mailto:[EMAIL PROTECTED] On Behalf Of Peter
> Sent: Donnerstag, 2. Februar 2006 12:27
> To: users@httpd.apache.org
> Subject: [EMAIL PROTECTED] Re: htaccess AuthType Basic: some
> files get served without a password challenge!
>
> I received this back fr
Does Apache 2.0.54 support certificates containing two SAN host names
where both are DNS-registered and one is an alias to the other?
Robert G. (Doc) Savage, CISSP, RHCE, GCIA
Senior Systems Analyst
USTranscom J6-PI (TFMS)
E-mail: [EMAIL PROTECTED]
---
- Original Message -
From: <[EMAIL PROTECTED]>
To:
Sent: Thursday, February 02, 2006 1:25 AM
Subject: Re: [EMAIL PROTECTED] Off-topic. Domain (nameservers not transfered)
>
> You could find out if the reseller are part of some
> professional association, and report them there. Or, try a
> -Original Message-
> From: info.raa [mailto:[EMAIL PROTECTED]
> Sent: Donnerstag, 2. Februar 2006 14:59
> To: Apache List
> Subject: [EMAIL PROTECTED] Virtual host
>
> Once more list, there is anybody there could help me? or tell
> me where can i find these answer?
http://httpd.apach
Once more list, there is anybody there could help me? or tell me where can i find these answer?
Thanks.
Kbl
Begin forwarded message:
From: info.raa <[EMAIL PROTECTED]>
Date: 01 de February de 2006 10:30:55 AM GMT-02:00
To: Apache List
Subject: Virtual host
Hi guys!
I have no clue about BIND,
On Thursday 02 February 2006 12:16, Vizzini Sampere wrote:
> Hi Guys!
>
> I'm having trouble configuring an Apache 2.0.55 (32-bit; linux;) to
> serve pre-compressed (gzip 1.3.5) html files (for inline browser
> rendering)
That's usual.
> using AddHandler type-map.
Why? That's a bunch of added
In compiling 2.0.55 on Solaris 8x86 I'm getting symbol
referencing errors:
Undefined first referenced
symbol in file
ap_meets_conditions server/.libs/libmain.a(exports.o)
ap_setup_client_block server/.libs/libmain.a(e
> I did find that RM and AWK needed their definitions added
> in httpd-2.0.55/build/config_vars.mk. I'm using gawk-3.1.4
> and getting:
>
> awk -f
>
/export/home/jman/download/src/apache/httpd-2.0.55/srclib/apr/build/make_var
> _export.awk
> /export/home/jman/download/src/apache/httpd-2.0.55/srcli
Hi Guys!
I'm having trouble configuring an Apache 2.0.55 (32-bit; linux;) to
serve pre-compressed (gzip 1.3.5) html files (for inline browser
rendering) using AddHandler type-map.
Using the type-map, Firefox (1.5) and Safari (2.0.3) are not
displaying the content inline, they both want to downloa
I received this back from my hosting provider:
"Thank you for giving us that information. It appears that the
investigation is complete. We have determined that you are having problems
with password protection with your .xls files because you can not password
protect the .xls file extension with a
Hi,
I have written a module which calls
apr_file_open in which i have used a relative path
e.g
apr_file_open(&thefile,
"logs/abc.log",APR_READ,APR_OS_DEFAULT, x_pool);
This seems to be working on Windows
platform where it considers
\logs\abc.log
But it does not get this relative
path
I've previously sent this to the mod_ssl and openssl lists with no success. Sorry if you've seen it before:I have apache 1.3.34 compiled on solaris with sun cc with mod_ssl-
2.8.25-1.3.34 and openssl-0.9.8a (I've also tried 0.9.7i and the nightly build). I've also tried apache2.0 with similar res
* Skating Jim <[EMAIL PROTECTED]> wrote:
> I agree that this is a browser issue, but the W3C HTML
> 4.01 specification document very clearly specifies
> that charset attributes in HTML elements take highest
> priority, followed by Content-Type META tags, followed
> by HTTP header charsets. The XH
40 matches
Mail list logo