ill
> allow you to access MUCH quicker than going online, where you will find
> everything you need to know.
>
> Angel Hall-Coulston
> Scotland.
>
> On 24 Jun 2020, at 00:35, barry kimelman wrote:
>
> my system is an ubuntu 20.04 lts laptop.
>
> I successfully installed a
my system is an ubuntu 20.04 lts laptop.
I successfully installed apache2. I verified the installation by visiting
http://localhost:80
Now I am having problems trying to run a Perl CGI script which I had
running under Windows 10 on Apache 2.4
I modified the sites-enabled/000-default.conf file b
but
body fails to load.
Any ideas before I raise a bug report? Can anyone else replicate?
--
Regards
Barry Pearce
www.copyrightwitness.com
Registration centre for copyright works.
This e-mail and any attachments are confidential and intended for the addressee
only.
The information in this
Hello,
I have installed apache2.2 on my windows laptop.
The basics are working fine. I setup my own directory structure under
"C:\apachedata" and modified httpd.conf to point under that directory.
Accessing HTML pages works fine. CGI scripts that just generate HTML work fine.
However when
Hello,
my laptop at the office is windows 7 with internet explorer 10.
our apache server is version 2.2.3 running on a Linux system.
I have a small HTML test file with a tag that works fine when
runlocally through the browser.
However when I send the file up to the apache server and then
$quoted_author = "Stormy" ;
>
> I just rem'd out all the "NameVirtualHost 192.168.0.90:80" and now
> the warning has changed to:
>
> paul@nelson:/etc/apache2/sites-available$ sudo /etc/init.d/apache2 restart
> * Restarting web server apache2
> [Wed Nov 30 15:02:51 2011] [warn] VirtualHost 192.168
On Thursday 14 July 2011 10:38:44 Barry Scott wrote:
> On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote:
> > >
> > >
> > >... rewrite rules ...
> > >
> > >
> > >#+ localhost auth file
> > >Order allow,
nication free access from within the system, external access is
authenticated on _default_:80 as interfaces such as WiFi come up.
The question is where should a fix be applied; httpd, apr or glibc?
What are your thoughts?
I also plan to draw this issue to the systemd developers attention.
Barry
---
On Wednesday 13 July 2011 01:24:34 Jeff Trawick wrote:
> On Mon, Jul 11, 2011 at 8:21 AM, Barry Scott wrote:
> > We are porting our application to Fedora 15 and to systemd from SysV init.
> > The httpd configuraturation we are using work without problem on earlier
> &
...
I test this with:
curl -4 http://localhost:80/XML/
curl -6 http://localhost:80/XML/
I'm willing to debug and patch the code to get to the bottom of the problem
but would like to know if this is a known problem. Any pointers on where
to start looking in the code would be welcome as well.
$quoted_author = "Christian Pascher" ;
>
> If I would activate
> RequestHeader set Front-End-Https "On"
> I need all the SSL config stuff also at the back end servers?
No. That setting just let's Apache know that, even though it is seeing http
connections, the client is seeing https with the SSL
Hi Ian
$quoted_author = "Ian Stradling" ;
>
> Here is what I've gleaned from the log I started. FYI, I clicked on a
> link within the website that is supposed to go to ../insurance-tips/
> Anything related to /insurance-tips, /add-a-tip, /home, and / are supposed
> to NOT be HTTPS...yet, wheneve
$quoted_author = "Sean H." ;
>
>
Presume you have the correct NameVirturalHost definition
> ServerName primary.com
> ServerAlias primary.com www.primary.com
> ServerAlias primary.com www.secondaryA.net
> ServerAlias primary.com secondaryB.tv
> ServerAlias primary.com www.se
$quoted_author = "James Smallacombe" ;
> >
> >Nope... https://www.domain.gov/ still gives a certificate error.
>
> Interesting...in my case, it works perfectly redirecting between two
> different ssl certificate virtual hosts. However, both of my certs
> are valid...is it possible that the certif
$quoted_author = "J. Bakshi" ;
>
> Any clue please ?
Check it's been included:
rpm -ql apache2 | grep deflate
Enable it:
a2enmod deflate
cheers
Marty
-
The official User-To-User support forum of the Apache HTTP Server Pr
$quoted_author = "David Cotter" ;
>
> I have two virtual hosts and a squid proxy running. I want to be able to use
> the squid proxy on port 80 though it is running on 3128.
Why? If you describe a bit more exactly what you are trying to achieve it
would help us help you.
> This does not work I
#- HTTP auth file
#FCGID
---
Barry
-
The official User-To-User support forum of the Apache HTTP Server Project.
See http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@
$quoted_author = "Agnello George" ;
>
> I would just like to know if it would be a good good option to have
> separate vhost fies for each domain, this would make editing the files
> ( through shell scripts much easier ). But my only concern here is
> would Apache be overloaded by reading multiple
$quoted_author = "Emil Edeholt" ;
>
> I want url:s like site.com/page/subpage/some=data and I also need urls
> like site.com/foo/bar/?some=data to function on my site. The first kind
> works fine. But I can't get the question mark-kind to work.
The second type is handled by Apache as HOST/PATH
$quoted_author = "Ashwin Basagouda Patil" ;
>
> I have the following configuration.
You appear to be doing NameVirtualhost for SSL. This will only work if you
have a wildcard SSL certificate for the parent domain (in your case it would
need to be *.robosoft.co.in)
Have a read of http://wiki.apa
$quoted_author = "Ashwin Basagouda Patil" ;
>
> Please help that I want to run the Apache 2.0 in both "https" and 'http".
A HTTPS capable httpd can also server HTTP.
> I have virtual hosting for the https and it is working fine. But for the
> some reason the subversion repositories are not a
$quoted_author = "steve" ;
>
> http://pastebin.com/m229abd41
>
> sorry, updated to show inside /var/log/apache2
the only thing of note is that the directory /var/log/apache2 has
permissions 740 on your server. my debian install which i haven't touched
has it as 755.
cheers
marty
--
"No GUI fo
$quoted_author = "steve" ;
>
> not 100% sure, ive never done it, (using deb etch stock install) before
> i accidentely deleted the logs, there was 28 of them, all but 2 were .gz
> and the other 2 were access.log and access.log.1 the only one apache
> ever wrote to was the .1 one. i made access.
$quoted_author = "Steve Reilly" ;
>
> this is not a huge deal, but more frustrating than anything i have
> encountered with linux. i cannot seem to get this right, apache2 cannot
> write to access log files in /var/log/apache2/. the error log is still
> churning along fine. i have checked permi
$quoted_author = "John Steel" ;
>
> I tried this which just gave host not found
>
> example.net. IN NS ns.example.net.
> example.net. IN NS ns0.example.net.
> ns.example.net. IN CNAME example.com.
> example.net. IN CNAME example.com.
> webmail.example.ne
Hey, I've been trying lately to get a forward proxy to recompress
images on-the-fly using mod_ext_filter and ImageMagicks "convert"
program. Here is the virtualhost I have set up for it in my
httpd.conf. I am removing my ip addr:
ExtFilterDefine imagecompress mode=output outtype=image/jpeg
inty
I will be out of the office starting 02/17/2006 and will not return until
02/21/2006.
I will respond to your message when I return. Please contact the
Technology Services Help Desk at 828-2227 if you need immediate assistance.
--
just replace the
word "head" with a different word, but if the long regex works in the second
script, I don't see why it won't work in the first.
Barry
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.323 / Virus Database: 267.9.2/52 - Relea
28 matches
Mail list logo