Hi I just upgraded 6.3 to 6.4 on my laptop and now, when I open KPackage, there are no packages listed in the left hand window and when I open any valid RPM there is nothing in the file list tab on the right hand side. Where have all the installed packages gone? The rest of 6.4 runs like a dream :-) Any ideas what I should do? Cheers Nick Gaunt -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi Nick, You could try to get the list back with rpm -rebuilddb Mazzel, Marcel
Hi
I just upgraded 6.3 to 6.4 on my laptop and now, when I open KPackage, there are no packages listed in the left hand window and when I open any valid RPM there is nothing in the file list tab on the right hand side. Where have all the installed packages gone?
The rest of 6.4 runs like a dream :-)
Any ideas what I should do?
Cheers
Nick Gaunt
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Hi all, I run Apache 1.3.12 on my Lan .. for testing purposes ... I managed to get up and running with my webserver reasonably fast ...but setting up Name basedVirtual Hosts is causing me a lot of heartburn :-) my Server Root is /usr/local/apache Doc Root is /usr/local/apache/www ScriptAlias is /usr/local/apache/www/cgi-bin and then there's php3 module support builtin ... my DNS is correctly setup ... www.adventus.cxm is an Alias of server.adventus.cxm NOW .. i need to setup a virtual server so that i can have 2 or 3 different versions ( themes / layout ) of our site for evaluation purposes.. I've seup hpro.adventus.cxm as an alias... What do I need to Add to the httpd.conf to get my Virtual Host to work..? I've tried several sugestions off the net ... without success:Common errors are: i) httpd refuses to start ii) hpro.adventus.cxm is busy !!!!! Any suggestions would be *most* welcome ! Regards Anurag -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Have a look at the bottom of your httpd.conf there are some dummy entries there for virtual hosting. #<VirtualHost ip.address.of.host.some_domain.com> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common #</VirtualHost> Chris On Mon, 14 Aug 2000 22:51:05 +0530, Anurag Jalan wrote:
Hi all,
I run Apache 1.3.12 on my Lan .. for testing purposes ... I managed to get up and running with my webserver reasonably fast ...but setting up Name basedVirtual Hosts is causing me a lot of heartburn :-)
my Server Root is /usr/local/apache Doc Root is /usr/local/apache/www ScriptAlias is /usr/local/apache/www/cgi-bin
and then there's php3 module support builtin ...
my DNS is correctly setup ...
www.adventus.cxm is an Alias of server.adventus.cxm
NOW .. i need to setup a virtual server so that i can have 2 or 3 different versions ( themes / layout ) of our site for evaluation purposes..
I've seup hpro.adventus.cxm as an alias...
What do I need to Add to the httpd.conf to get my Virtual Host to work..?
I've tried several sugestions off the net ... without success:Common errors are:
i) httpd refuses to start ii) hpro.adventus.cxm is busy !!!!!
Any suggestions would be *most* welcome !
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Chris, what do i do about the ScriptAlias ? anurag--- Brevsville Administrator wrote:
Have a look at the bottom of your httpd.conf there are some dummy entries there for virtual hosting.
#<VirtualHost ip.address.of.host.some_domain.com> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common #</VirtualHost>
Chris
On Mon, 14 Aug 2000 22:51:05 +0530, Anurag Jalan wrote:
Hi all,
I run Apache 1.3.12 on my Lan .. for testing purposes ... I managed to get up and running with my webserver reasonably fast ...but setting up Name basedVirtual Hosts is causing me a lot of heartburn :-)
my Server Root is /usr/local/apache Doc Root is /usr/local/apache/www ScriptAlias is /usr/local/apache/www/cgi-bin
and then there's php3 module support builtin ...
my DNS is correctly setup ...
www.adventus.cxm is an Alias of server.adventus.cxm
NOW .. i need to setup a virtual server so that i can have 2 or 3 different versions ( themes / layout ) of our site for evaluation purposes..
I've seup hpro.adventus.cxm as an alias...
What do I need to Add to the httpd.conf to get my Virtual Host to work..?
I've tried several sugestions off the net ... without success:Common errors are:
i) httpd refuses to start ii) hpro.adventus.cxm is busy !!!!!
Any suggestions would be *most* welcome !
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Anurag Just put the alias inside the virtual host tags. Chris On Tue, 15 Aug 2000 00:24:11 +0530, Anurag Jalan wrote:
Chris, what do i do about the ScriptAlias ?
anurag---
Brevsville Administrator wrote:
Have a look at the bottom of your httpd.conf there are some dummy entries there for virtual hosting.
#<VirtualHost ip.address.of.host.some_domain.com> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common #</VirtualHost>
Chris
On Mon, 14 Aug 2000 22:51:05 +0530, Anurag Jalan wrote:
Hi all,
I run Apache 1.3.12 on my Lan .. for testing purposes ... I managed to get up and running with my webserver reasonably fast ...but setting up Name basedVirtual Hosts is causing me a lot of heartburn :-)
my Server Root is /usr/local/apache Doc Root is /usr/local/apache/www ScriptAlias is /usr/local/apache/www/cgi-bin
and then there's php3 module support builtin ...
my DNS is correctly setup ...
www.adventus.cxm is an Alias of server.adventus.cxm
NOW .. i need to setup a virtual server so that i can have 2 or 3 different versions ( themes / layout ) of our site for evaluation purposes..
I've seup hpro.adventus.cxm as an alias...
What do I need to Add to the httpd.conf to get my Virtual Host to work..?
I've tried several sugestions off the net ... without success:Common errors are:
i) httpd refuses to start ii) hpro.adventus.cxm is busy !!!!!
Any suggestions would be *most* welcome !
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
Have a look at the bottom of your httpd.conf there are some dummy entries there for virtual hosting.
#<VirtualHost ip.address.of.host.some_domain.com> # ServerAdmin webmaster@host.some_domain.com # DocumentRoot /www/docs/host.some_domain.com # ServerName host.some_domain.com # ErrorLog logs/host.some_domain.com-error_log # CustomLog logs/host.some_domain.com-access_log common #</VirtualHost>
Chris
On Mon, 14 Aug 2000 22:51:05 +0530, Anurag Jalan wrote:
Hi all,
I run Apache 1.3.12 on my Lan .. for testing purposes ... I managed to get up and running with my webserver reasonably fast ...but setting up Name basedVirtual Hosts is causing me a lot of heartburn :-)
my Server Root is /usr/local/apache Doc Root is /usr/local/apache/www ScriptAlias is /usr/local/apache/www/cgi-bin
and then there's php3 module support builtin ...
my DNS is correctly setup ...
www.adventus.cxm is an Alias of server.adventus.cxm
NOW .. i need to setup a virtual server so that i can have 2 or 3 different versions ( themes / layout ) of our site for evaluation
Just stick a ScriptAlias directive in the VirtualHost context. (see below) I set up a testing environment at work a while back, involving a lot of virtual hosts so that each progammer has their own personal testing environment. The VirtualHost entries are IP based and look like this: <VirtualHost 10.1.10.197:80> ServerAdmin blah@whatever.com DocumentRoot /home/blah/public_html ScriptAlias /cgi-bin/ "/home/blah/public_html/cgi-bin/" CustomLog /usr/local/apache/current/logs/blah_access.log common ErrorLog /usr/local/apache/current/logs/blah_error.log </VirtualHost> Pretty much any directive that can be put in the "main server" configuration can also be put in the VirtualHost context. kw ----- Original Message ----- From: "Anurag Jalan" <a_jalan@vsnl.com> Cc: <suse-linux-e@suse.com> Sent: 14 August 2000, Monday 14:54 Subject: Re: [SLE] Virtual Hosting on Apache 1.3.12 Chris, what do i do about the ScriptAlias ? anurag--- Brevsville Administrator wrote: purposes..
I've seup hpro.adventus.cxm as an alias...
What do I need to Add to the httpd.conf to get my Virtual Host to work..?
I've tried several sugestions off the net ... without success:Common
errors are:
i) httpd refuses to start ii) hpro.adventus.cxm is busy !!!!!
Any suggestions would be *most* welcome !
Regards
Anurag
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
OK could someone smack me on the nose if I am doing something obviously wrong. Virtual hosting has always just worked before. (on another host)Example of (working) previous setup:
<VirtualHost apple.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents ServerName apple.tamu.edu </VirtualHost>
<VirtualHost streamingserver.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents/Streamingserver
NameVirtualHost streamingserver.tamu.edu </VirtualHost>
This does not work on my suse machine. SO the manual says:
NameVirtualHost 111.22.33.44
<VirtualHost 111.22.33.44> ServerName www.domain.tld DocumentRoot /www/domain </VirtualHost>
<VirtualHost 111.22.33.44> ServerName www.otherdomain.tld DocumentRoot /www/otherdomain </VirtualHost>
SO I do:
NameVirtualHost 63.225.255.133
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName heretic.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName www.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/csmug ServerName www.csmug.org </VirtualHost>
Which totally does not work- sends all requests the the htdocs /dir. I have also tried different permutations of using hostnames in the VirtualHost directive, sticking NameVirtualHost various places, to no avail. Any idea what's up?? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
I had the same problem today... Do you have the listen directive in httpd.conf with the IP address and a :80? (port 80) hope this helps On Fri, 08 Sep 2000, Michael Bartosh wrote:
OK could someone smack me on the nose if I am doing something obviously wrong.
Virtual hosting has always just worked before. (on another host)Example of (working) previous setup:
<VirtualHost apple.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents ServerName apple.tamu.edu </VirtualHost>
<VirtualHost streamingserver.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents/Streamingserver
NameVirtualHost streamingserver.tamu.edu </VirtualHost>
This does not work on my suse machine. SO the manual says:
NameVirtualHost 111.22.33.44
<VirtualHost 111.22.33.44> ServerName www.domain.tld DocumentRoot /www/domain </VirtualHost>
<VirtualHost 111.22.33.44> ServerName www.otherdomain.tld DocumentRoot /www/otherdomain </VirtualHost>
SO I do:
NameVirtualHost 63.225.255.133
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName heretic.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName www.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/csmug ServerName www.csmug.org </VirtualHost>
Which totally does not work- sends all requests the the htdocs /dir.
I have also tried different permutations of using hostnames in the VirtualHost directive, sticking NameVirtualHost various places, to no avail.
Any idea what's up??
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- ============================ Phil Stebbins Keenstreet Communications Box 6073 South Lismore N.S.W. 2480 Australia phil@keenstreet.com http://www.keenstreet.com ============================ -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
At 9:29 PM +1100 9/8/00, Phil Stebbins wrote:
I had the same problem today...
Do you have the listen directive in httpd.conf with the IP address and a :80? (port 80)
hope this helps
Actually it was my DMZ. I was listening my external address, which the machine really knows nothing about. When I list my internal one, all is wel. Thanks- -mab
OK could someone smack me on the nose if I am doing something obviously wrong.
Virtual hosting has always just worked before. (on another host)Example of (working) previous setup:
<VirtualHost apple.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents ServerName apple.tamu.edu </VirtualHost>
<VirtualHost streamingserver.tamu.edu> DocumentRoot /Local/Library/WebServer/Documents/Streamingserver
NameVirtualHost streamingserver.tamu.edu </VirtualHost>
This does not work on my suse machine. SO the manual says:
NameVirtualHost 111.22.33.44
<VirtualHost 111.22.33.44> ServerName www.domain.tld DocumentRoot /www/domain </VirtualHost>
<VirtualHost 111.22.33.44> ServerName www.otherdomain.tld DocumentRoot /www/otherdomain </VirtualHost>
SO I do:
NameVirtualHost 63.225.255.133
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName heretic.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/htdocs ServerName www.mabaleb.org </VirtualHost>
<VirtualHost 63.225.255.133> DocumentRoot /usr/local/httpd/csmug ServerName www.csmug.org </VirtualHost>
Which totally does not work- sends all requests the the htdocs /dir.
I have also tried different permutations of using hostnames in the VirtualHost directive, sticking NameVirtualHost various places, to no avail.
Any idea what's up??
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq -- ============================ Phil Stebbins Keenstreet Communications Box 6073 South Lismore N.S.W. 2480 Australia
On Fri, 08 Sep 2000, Michael Bartosh wrote: phil@keenstreet.com http://www.keenstreet.com ============================
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
On Mon, 14 Aug 2000, GAUNT Dr N, Cons Microbiologist PHLS wrote:
Hi
I just upgraded 6.3 to 6.4 on my laptop and now, when I open KPackage, there are no packages listed in the left hand window and when I open any valid RPM there is nothing in the file list tab on the right hand side. Where have all the installed packages gone?
The rest of 6.4 runs like a dream :-)
Any ideas what I should do?
Cheers
Nick Gaunt
-- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
-- It's broken...need to go to SuSE's site and get the kpackage d/l. While you're there, get the Netscape fix, as you will discover it crashes a lot. Have fun! TRBishop tb64710@ltec.net Registered Linux User #12043 <Powered by SuSE 6.4> -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq
participants (8)
-
a_jalan@vsnl.com
-
admin@brevsville.com.au
-
bartosh@ocean.tamu.edu
-
marcel@thepenguin.zzn.com
-
nick.gaunt@phnt.swest.nhs.uk
-
phil@keenstreet.com.au
-
pr0n@optonline.net
-
tb64710@ltec.net