OpenSUSE Network :: VirtualHosts Only Looks At First Instance?
May 19, 2011
I'm just trying to do simple name-based virtual hosting (different domains/content, same IP).
What I've done is uncomment the "NameVirtualHost *:80" line in listen.conf. Then I have one file "domain.conf" in vhosts.d/ with:
Code:
<VirtualHost *:80>
ServerName www.domain1.com
DocumentRoot /srv/www/htdocs/domain1
<Directory "/srv/www/htdocs/domain1">
[Code]....
View 9 Replies
ADVERTISEMENT
Jan 17, 2010
This is a follow-on to "samba write failure crashes linux". It has the dmesg output when the write failure occurs.The remote server is os/2 v4.50 fp3.The failure occurred in this instance attempting to write a file from the localhost to a samba-mounted resource on a remote host. The failure always happens when at least 3 MB have been transferred. Smaller files are not a problem.
Other cases:
1. Saving any email (thunderbird) attachments to the localhost,
2. Downloading anything to the localhost using Firefox.
The most notable aspect are the phrases "kernel BUG" and "invalid opcode".
[Code]...
View 1 Replies
View Related
Feb 15, 2010
I have KDE 4.4 and Firefox 3.6. Whenever I click a link from a plasmoid widget, it tries to open Konqueror and another instance of Firefox. The page actually loads in the opened Firefox window, but the task bar shows an instance of Konqueror and another instance of Firefox, that keeps loading for a while then close. See image below:
I currently have setup the browser default application as "firefox". If I set this option to use the default application, it opens in Konqueror and I don't see additional windows in the task bar. If I change the option to "firefox %u", then it exhibit the same issue, but the process is much faster, so the loading windows don't stay for long in the task bar. Additionally, it opens the link on a new Firefox window and opens the page twice. Although Konqueror is not loaded, the bouncing icon next to the mouse pointer shows up and stay for a while.
View 1 Replies
View Related
Nov 8, 2010
I had installed UEC 10.04. It is a 2 server configuration with CC, CLC, SC and Walrus on one server and NC on another server. I could run instance of images, But when i try to ssh to the instance, it doesn't work.
It shows ssh: connect to host xxx.xxx.xxx.xxx port 22: No route to host. This to me seems there is a problem with my network connection. Pl find below the ifconfig output of the two servers:
Controller:
eth0 Link encap:Ethernet HWaddr 00:0c:29:90:95:17
inet addr:172.18.144.36 Bcast:172.18.145.255 Mask:255.255.254.0
inet6 addr: fe80::20c:29ff:fe90:9517/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
[Code]...
View 3 Replies
View Related
Feb 28, 2010
how to stop the instance before shutting down. I tried dbstop and oracle stop, but neither work.
View 5 Replies
View Related
Oct 23, 2010
Is there any way to make Dragon Player so there is just one running instance of it at a time? Like if i have something playing and i click on something else to play have it so that the instance currently running changes to the new file instead of opening a new window?
View 1 Replies
View Related
Jun 22, 2010
Is there a way (as in there in Windows), for not to group tasks of same application, in one single button in the task manager? so even every instance of one app appears as separate buttons?
View 1 Replies
View Related
May 17, 2011
When a new instance of a running KDE 4 application (kwrite, konqueror, etc.) is run under opensuse 11.4 with KDE4 it seems that the default behaviour is to open a new tab in the running instance.
This occurs when the new instance is called from the command line; the start menu; the run dialogue; or a desktop icon, even when called from a separate desktop. In konqueror the menu option <File> <new window> opens a new tab and seems redundant.
How can a user force KDE 4 applications to run a new instance in a separate frame / window when another instance of that application is already running?
View 5 Replies
View Related
May 12, 2010
I have 5 websites running in a reverse proxy environment.On main server I am getting this error
Code:
NameVirtualHost *:80 has no VirtualHosts
[Wed May 12 12:18:10 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
[code]...
View 5 Replies
View Related
Jun 6, 2010
I am using the virtualhosts feature of Apache web server to host multiple domains on a single web-server. Is it possible to have different settings for php for different domains?
For eg:- I have mydomain1.com and mydomain2.com hosted on the same server. I want php scripts of mydomain1.com to connect to database but prevent database access for scripts of mydomain2.com. There are many php functions that I want to restrict for mydomain2.com.
View 5 Replies
View Related
Nov 23, 2010
I'm trying to create a Linux instance on a Windows 7 PC and use dual-boot. I have created 64GB of space for Linux. Is this enough? When I boot from the live DVD and go through the setup, I get stuck setting up the unassigned space as a linux partition. I don't understand what the setup is trying to tell me and I'm afraid I'll wipe out Windows 7. The message I get says there isn't enough space even though the unassigned available area is 64GB. I am very timid about following what Yast2 is telling me because to my untrained eye it appears the setup wants to use my entire hard drive. Where can I find more information about the disk setup section of the installation process?
View 9 Replies
View Related
Mar 16, 2010
I am new with Linux but really be interested in it. I would like to ask that if it is possible to make each VirtualHost only controllable by a specific and different user? If so, how to?
View 3 Replies
View Related
May 12, 2010
I have 5 websites running in a reverse proxy environment.On main server I am getting this error
Code:
NameVirtualHost *:80 has no VirtualHosts
[Wed May 12 12:18:10 2010] [warn] NameVirtualHost *:80 has no VirtualHosts
[code]...
View 11 Replies
View Related
Jun 9, 2010
I'm running
Opensuse 11.2
Kernel Linux 2.6.31.12-0.2-desktop
GNOME 2.28.2
I have an instance of Nautilus File Browser that will not close or be killed, and it always opens to the same directory, kdenlive in my home directory.
Rebooting, logging out and in as someone else, then logging back in again as myself doesn't stop it. And, I'm afraid to uninstall Nautilus. I've tried Re-installing it to no avail.
View 4 Replies
View Related
Sep 16, 2010
I'm a bit of a Nooob to Virtual hosting. On my internal network 192.168.1.x I have a dns server running bind9 My DNS / web server is 192.168.1.3 I have succeeded in getting [URL] to resolve and it goes to my web page in /var/www/ Now I want to get say [URL] to go to /var/www/music/
1. What's the best way to go about this?
2. Can I configure it using webmin or do I just do it the old fashioned way through a terminal?
3. I tried virtual hosts via the following method
Added to /etc/apache2/sites-available/default
NameVirtualHost 192.168.1.3:80
Then created
/etc/apache2/sites-available/music.7rocks.com
<VirtualHost 192.168.1.3:80>
ServerName music.7rocks.com
ServerAlias music.7rocks.com
Then
[Code]....
View 4 Replies
View Related
Jun 2, 2011
I've been for a while trying to configure my apache to host 5 domains as virtualhosts in the same IP address, but seems that neither one makes it through... it always takes first one, because it is the default:
NameVirtualHost *:80
<VirtualHost *:80>
ServerAdmin xxxxxxx@xxxx.net
[code]....
As you can see I tried the ServerName with the http://, in quotes, without it...
View 11 Replies
View Related
Jun 18, 2010
Upgraded my 11.2 system to 11.3 today. Can't login anymore using gdm or xdm login window. The password prompt is displayed but no chars are echoed in the password field. when you click Login, it displays "Authentication failure" in the window. The logged messages in the /var/log/messages for the gdm-greeter are:
gdm-simple-greeter: GLib-GObject-WARNING: gsignal.c:2273: signal 'dialog-hidden' is invalid for instance '0x81299b8'
gdm-simple-greeter: Gtk-WARNING: gtkwidget.c:5628: widget not within a GtkWindow
gdm-session-worker: gkr-pam: couldn't get the password from user: Conversation error
gdm-session-worker: pam_unix2(gdm:auth): conversation failed
Note that I can login at init level 3 as root of the user I"m attempting to login with in the gdm window.
View 1 Replies
View Related
Jan 7, 2011
I succesfully integrated apache2 and tomcat6 using Ubuntu 10.10 server. The deal is that I can't use different Virtualhosts mapped to different tomcat projects. All tomcat "projects" are in /var/lib/tomcat6/webapps/. I couldn't configure apache virtualhost to use a project different than ROOT (/var/lib/tomcat6/webapps/ROOT/). All HTTP requests are redirected to /var/lib/tomcat6/webapps/ROOT/.
[Code]...
View 5 Replies
View Related
Oct 31, 2010
On Linux Mint (Gnome) i used to go to Network drive. that is on the right hand side of Nautilus there is a short cut for Network. in there i could see my network hard drive and other laptops connected to the network, and i could access my files. but on OpenSuse, when i open the network folder, nothing comes up. may be it needs some sort of configuration.
View 2 Replies
View Related
Feb 10, 2010
I am running Ubuntu Enterprise Cloud on two PCs, one as Controller, one as a node. I have downloaded two Ubuntu virtual machine images from the Ubuntu Enterprise Cloud Store and can successfully start instances of them with: euca-run-instances -k mykey emi-XXXXXXXX -t c1.medium
If I run this command I can see the instance is running: watch -n5 euca-describe-instances
I can ping the IP address of the VM instance from my Controller but I can't make an SSH connection to it. I'm following the instructions @ [URL] so I have tried connecting with: ssh -i ~/.euca/mykey.priv ubuntu@192.168.1.250
The result is: Permission denied (publickey).
If I try adding -v to the ssh command I get:
OpenSSH_5.1p1 Debian-6ubuntu2, OpenSSL 0.9.8g 19 Oct 2007
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
[code]....
View 4 Replies
View Related
Jul 17, 2011
I might just be crazy or particularly dumb today but what I'm trying to do is have sed replace the first and second instance of a character on a line but not after that.
Basically it is a csv file with a date formatted as dd/mm/yyyy and I need to completely remove the slashes. No problem using:
Code:
sed 's////g' < file > outputfile
The only problem is that one of the columns after this may also contain these slashes and shouldn't be removed.
I must have read every single sed page on the net today to find a way to do it to no avail! Is it as simple as :
Code:
sed 's////1' < file > outputfile
And then run the same on the output file again? these two slashes will always be the first and second slashes in the file.
View 6 Replies
View Related
Feb 10, 2010
I'm trying to use tigthvnc (with ssh tunneling) in order to acess remotely my parent's kubuntu desktop. That way I'll give them some support when I'm at my home or office.
Practically I hadn't used vnc with linux, but I recall having used with windows. In linux when I logged to the remote machine (which runs vncserver) it's opens a new instance of X server. I'd like to access to the X session that's already opened. Let's suppouse my parents are logged into X with the user: john. I'd like to access john's session, to see and check his applications. In one word I'd like to vnc in linux behaves the same way as windows.
Is that possible with vnc? I'm using tightvnc. I tried -shared option in client, but no success.
View 6 Replies
View Related
Apr 22, 2010
So i'm really loving the whole gnome-do/docky thing. My question is that on other docks, you can hold down a modifier key to launch a new instance rather then switching to an already opened instance of an app. So lets say I have chrome on the win7 dock
first click launches chrome
other clicks will focus the opened window
shift click will open a new instance of chrome
ctrl-shift-click will launch a new instance as admin
Is there anything similar in docky?
View 2 Replies
View Related
Mar 24, 2011
I need to set up an ubuntu 10.04 instance on ec2, but there are some instance ready available I tried with few but I am not really happy with that since those are meant for test puporse.
I have to deploy a java/j2ee based web app with mysql. 1)need to install tomcat 2)java runtime 6 3) apache web server
What would be the best image to use for my requirement and I initially planning to launch with the micro instance if my web app demands I may further move to small and larger instances. So it should be eligible for free usuage tier.
View 6 Replies
View Related
Dec 14, 2010
I've beeb setting up keepalived/haproxy as a load balancer for our site.
If you keep it down to two load balancing instances it works just fine. However, I was told to add a 3rd load balancer to the mix and that adds a new wrinkle. I need to add a new keepalived instance and I can't quite figure out how that's done.
It would seem to me to be an issue of the priorities as that is the only thing I altered in the files. Initially, nodes A and B were set to 101 and 100 respectively. I set node A to 102, node B to 101 and node C to 100... keepalived restarts and the virtual IP is pingable. But the website goes down!
SO then I tried Node A set to 101, node B to 100 and node C to 99. Same thing, I restated keepalived and the site goes down, tho the virtual IP remains pinagble and keepalived and haproxy are running.
here is a sample config file from my setup:
Code:
vrrp_instance VI_1 {
state MASTER
interface eth0
virtual_router_id 51
[Code].....
View 1 Replies
View Related
Aug 16, 2010
What is dumping an instance in linux?
View 1 Replies
View Related
Oct 6, 2010
having only one instance of my search results
View 5 Replies
View Related
Jul 14, 2010
There are 2 IPs assigned to a LINUX machine. Now I installed a Tomcat instance on it. After I started the Tomcat I can access via both IP as follow:
http://ip1:8080
http://ip2:8080
But I just want the Tomcat binded to IP1. How can I do that?
View 1 Replies
View Related
Aug 4, 2011
here is contents of .my.cnf :
[mysql]
host=localhost
user=root
password=mei
[Code].....
why mysql client can login after mysql instance has been shutdown? there is only one mysql instacne running on my computer.
View 2 Replies
View Related
Feb 21, 2011
is it possible to run for instance pan remotely via ssh and make that instance of pan running on server, regardless upon closing it via ssh?for example i would love to do: start pan instance via ssh on the server keep it open while downloading close the ssh session, keep the pan running on the server in background. open ssh session and access the same instance of pan running on the server etc something in that loop.im unable to do that because when i close pan ssh remotely the instance automatically terminates on the server.
View 8 Replies
View Related