Netware Webserver - Using Apache 2.0 to deploy SAV

This is Interesting: Free IT Magazines  
Home > Archive > Netware Webserver > May 2005 > Using Apache 2.0 to deploy SAV





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Using Apache 2.0 to deploy SAV
William Liporace

2005-05-17, 5:45 pm

Hi Folks,
I have my EWEB server open. I would like to create a quick and simple
way for my remote locations on the private WAN get the SAV from my WEB
server.
The Root WEB server is fine.
The SAV directory WEB pages are fine.

I know there is a script or setting that I am not doing right. The only
references I see are for ISS. I do see one reference for Apache on
Windows, but I really want to get this working on NetWare.

TNX Will
Anders Gustafsson

2005-05-18, 2:45 am

William Liporace,
> I do see one reference for Apache on
> Windows
>

Link?

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

William Liporace

2005-05-18, 5:49 pm

Just in the installtion guide:
ftp://ftp.symantec.com/public/engli...symantec_antivi
rus/symantec_antivirus_corp/9.0/manuals/savinst.pdf

ISS install instructions:
http://service1.symantec.com/SUPPOR...c2f9adcf33a1088
256e22005026f1/36bb4162e9867ed888256e5b00665743?OpenDocument&prod=Symant
ec%20AntiVirus%20Corporate%20Edition&ver=9.0&src=ent&pcode=sav_ce&dtype=
corp&svy=&prev=&miniver=savce_9.0
Anders Gustafsson

2005-05-18, 5:49 pm

The procedure for Apache should work, just make sure that you change
things like:

DirectoryIndex default.htm
<VirtualHost 111.111.111.111>
#ServerName machinename
DocumentRoot "C:\Client\Webinst" <- need to use SYS:Dir/dir etc.
</VirtualHost>

I also do not think you need to do it in srm.conf. Httpd.conf should
work. Apparently do you need to create a virtual host on a specific IP.
Make the document root whatever you used for your AV files.

- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

William Liporace

2005-05-18, 5:49 pm

I have never done the virtual stuff... not sure how!!
Basically I have my WEB server set for VOL1:WEB...
My SAV stuff is setup in VOL1:WEB/SAV
Under that is the rest of the SAV stuff....
The install files are in VOL1:WEB/SAV/WEBINST

The part of the start.html is:
<param name="ServerName" value="10.3.16.24">
<param name="VirtualHomeDirectory" value="sav">
<param name="ConfigFile" value="webinst/files.ini">
<param name="ProductFolderName" value="webinst">
<param name="MinDiskSpaceInMB" value="100">
<param name="ProductAbbreviation" value="SCS">

I am not sure where the rest is, does, why ;-)

TNX Will

William Liporace

2005-05-18, 5:49 pm

Well, playing around...
I think I got it....
http://10.3.16.24/SAV/default.html (of course not seen from the
internet!

Kinda cool, not sure what I did different, but it is working right now!!

Will

Anders Gustafsson

2005-05-18, 5:49 pm

William Liporace,
> I have never done the virtual stuff... not sure how!!
> Basically I have my WEB server set for VOL1:WEB...
> My SAV stuff is setup in VOL1:WEB/SAV
>

Ypu need to set up a vistual server, on a separate IP address that has
VOL1:WEB/SAV as it's document root. At least is that my understanding
from the docs. Try this:

Add a secondary IP address, say 10.3.16.25
Create the visryal host, see:
http://support.novell.com/cgi-bin/s...i?/10065198.htm
Ie:

Add this:
Listen 10.3.16.25:80

<VirtualHost 10.3.16.25>
DirectoryIndex default.htm
DocumentRoot VOL1:WEB/SAV
</VirtualHost>

Bounce Apache

Now, try http://10.3.16.25, you should get default.htm

OK. Saw your second message....
- Anders Gustafsson, Engineer, CNE6, ASE
NSC Volunteer Sysop
Pedago, The Aaland Islands (N60 E20)

Novell does not monitor these forums officially.
Enhancement requests for all Novell products may be made at
http://support.novell.com/enhancement

Using VA 5.51 build 315 on Windows 2000 build 2195

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com