General :: Server Name Directive?
Jan 15, 2010
So im setting up my own server never done it before so should be interesting Im going to install apache but it says in my instructionsFirst thing is make sure you open up /etc/httpd/conf/httpd.conf and at least change the ServerName directiveSo ive found the file, and i managed to open it with hte command ed httpd.conf But it just showed a 5 or 6 digit number.Do i need to edit this and why ?What command should i use to edit? what should i put into this file ? how do i close the file when ive edited it?
View 6 Replies
ADVERTISEMENT
Jul 22, 2010
I want to pass a directive to all but one or two locations. How do I do that?
Like:
<Location /1>
xxx
</Location>
<Location /2>
[code]...
View 2 Replies
View Related
Jun 4, 2010
I want to know how does directive ProxyPass and ProxyPassReverse work. If I have an application on an internal webserver running on port 8080 on Lan but I want it to be accessible on internet via Server A which has public IP but firewall (which I do not have control blocks all except port 80).
Code:
Server A -----------------------------------------Server B
Public IP LAN
(Port 8080 blocked)
if I write
Code:
ProxyPass /application http://192.168.1.5:8080
ProxyPassReverse /application http://192.168.1.5:8080
Will the application be accessible outside. Or do I need to contact sysadmin to open 8080 in A in above diagram. Is there any other way to do the same in apache2.
View 2 Replies
View Related
Nov 15, 2010
I downloaded SUSE to a directory and copied that to a CD to use for running a trial on a 950 Mhz laptop. The CD does show a directory Boot and the boot directory does contain files. There is also a file named syslinux.cfg which when viewed from MS XP is identified as a configuration file for MS Office Outlook.
On boot attempts from the CD I get the Error message: No default or UI configuration directive found.Do I have an error on the D/L disk or is my proceedure not correct?
View 2 Replies
View Related
Jan 4, 2011
I am trying install rhel 6 on my rhel 5. I have downloaded rhel6.0-20100715.2-server-i386-dvd1.iso (from redhat ftp site) and burned into dvd. After rebooting I pressed F12 and chose cd installation.
I get the following message on my screen.
"ISOLINUX 3.86 2010-04-01 ETCO Copyright (C) 1994-2010 H.Peter Anvin et al
No DEFAULT or UI configuration directive found!
boot: "
View 5 Replies
View Related
Mar 10, 2010
I have a query on mod_rewite/apache/.htaccessIt is like this:Suppose a company have a website www.abc.com,when a user types in this URL in his browser he should get a login and passwd prompt say he enters username as user1 and some passwd, upon successful authentication he should get redirected to another url similary for user2 and user3...mod_rewite is loaded htpsd.conf has "rewrite engine on" directive enabled.
View 1 Replies
View Related
Jul 9, 2011
GNU assembler 2.17 And without having to prefix them. I'm skimming through as info page and can't find any pseudo operator or assembler directive of this type. E.g. 74 would be a decimal number. But I want it to be hexa 74 without the need to write 0x74.
NOTE: as is the GNU assembler.
EDIT: Google led me to discover this:
Quote:
If you write numbers without an explicit indication of the base, the most recent `.RADIX S' command determines how they are interpreted. However, on the one hand, it says the most recent and, on the other one, it applies to GASP, the GNU assembler preprocessor. IDK if it is the same as as (the GNU assembler).
View 2 Replies
View Related
Sep 26, 2010
I get the following error message when attempting to boot: No DEFAULT or UI configuration directive found.
View 1 Replies
View Related
Jan 7, 2009
I am running a few virtual domains on Apache/Fedora 9. I have some domains working fine but when I tried to put up another one today I get "Directory index forbidden by Options directiveL : /home/jek/www/AAA/" Now here's the weird part. That message appeas in the error log for domain AAA, whereas the new domain is BBB and has it's own log files defined in httpd.conf. On the browser the Fedora test page is displayed. SELinux is turned off.
View 4 Replies
View Related
Nov 10, 2010
I am trying to salvage the contents of my HD. I have tried to install Ubuntu from a CD (I created) and keep getting the error "No DEFAULT or UI configuration directive found!" My OS is Vista Home.
View 6 Replies
View Related
Dec 6, 2010
So I decided to go on and install 10.04 LTS, because it is LTS... I created the live USB as directed on the Ubuntu download page. I download Universal USB Installer and it says USB created successfully. However, when I boot from the USB the error comes up as mentioned in title... The USB has no problems because I installed 10.10 last time from the very same USB. There's nothing wrong with the procedure because I am following the officially suggested method. Also, nothing wrong with partitions because one instance of Ubuntu is installed and was working fine until I tried to install video drivers (long story)...
View 9 Replies
View Related
Oct 12, 2014
ERROR: No configuration file found
No Default or UI configuration directive found!
boot:_
This appears when I try to boot Debian 7.6.0 from my USB drive
View 1 Replies
View Related
May 19, 2010
I recently decided to install Ubuntu on a couple of computers without CD drives (netbooks), so I followed these instructions to create a bootable flash drive: http:[url].....That worked fine for both netbooks. Now I'm trying to use the same flash drive on a desktop currently running Windows Vista, but get his message when I try to boot from the flash drive:
No DEFAULT or UI configuration directive found!I tried to boot one of the netbooks from the flash drive again and that still works.I'm thinking a BIOS setting.
View 9 Replies
View Related
Mar 14, 2011
I own two computers, one netbook and one laptop. I want to boot my netbook as a diskless client via PXE. I set up a dhcp-, tftp and nfs-server on my laptop but when i boot my netbook, the follwoing messages are displayed:(to make it more clear, i uploaded the whole output and shortened the output below)
[Code]...
View 1 Replies
View Related
Aug 19, 2010
Syslinux shows the message in the title everytime I try to boot from a 2gb usb drive. I've tried with Xubuntu 10.04 Desktop for i386 and Linux Mint 9, both with Unetbootin and Universal USB Installer, but I'm getting the same error all the time, it's driving me crazy. I haven't tried with other USB sticks or a different PC though, that's next on my list. Below's a dxdiag file for if you need it,
View 1 Replies
View Related
Mar 19, 2011
A week ago I opened this thread viewtopic.php?f=17&t=61580 in "Board index ‹ Help ‹ Installation" and asked for a moderator to move this to here. Because it hasnt happened up to know, I am reopening the thread here. It would be reeeeally great if somebody could help me with my problem!
I own two computers, one netbook and one laptop. I want to boot my netbook as a diskless client via PXE.I set up a dhcp-, tftp and nfs-server on my laptop but when i boot my netbook, the follwoing messages are displayed:(to make it more clear, i uploaded the whole output and shortened the output below)
[Code]...
View 1 Replies
View Related
Apr 11, 2010
I restarted my computer, because I tried to switch from Ubuntu to Windows. And then I saw this: SYSLINUX 3.85 (...) "No DEFAULT or UI configuration directive found!".
View 8 Replies
View Related
Aug 25, 2010
Scenario:A - Local Unix machineB - socks proxy server port 1080C - remote mysql server port 3306I want to connect to the remote mysql server(C) from local unix machine(A) using sock proxy(B).
View 1 Replies
View Related
Jun 14, 2011
I want to run rsync on server A to copy all files from Server B when they are newer than 7 days.(find . -mtime -7) I don't want to delete the files on Server B.
View 2 Replies
View Related
Jun 29, 2011
When I am trying to run the Xserver using the command startx I am getting the below mentioned error
xauth: creating new authority file /oracle/oracle10g/.serverauth.22555
Fatal server error:PAM authentication failed, cannot start X server. Perhaps you do not have console ownership?
[code]....
View 2 Replies
View Related
Jan 8, 2010
i have purchased sun server for my visualization project. Request you to help me finding the io for disk .I have put storage(disks) on different location (File Server) and on server (Application) i have configured 4 virtual machines.
How would i monitor the io for file server from the Application server where i have configured 4 virtual machine. one way to mount the file server share on application server and execute
dd if=/dev/zero of=/share/test.out bs=1024 count=1024 to check the read and write Is there any other way of doing this.
View 1 Replies
View Related
Jan 16, 2010
How to setup Dedicated Server for Web Hosting using Ubuntu Server or equivalent opensource Operating System? And how to make secured my Dedicated Server on public?
View 1 Replies
View Related
Aug 30, 2009
how i have a machine installed Red Hat Enterprise Linux Server release 5.1 with 2 modem (usb & com port) still i want to configure RAS server so some pple able to connect my server and send me some files.
View 4 Replies
View Related
Oct 5, 2009
How can I setup my Linux server to automatically synchronize its server clocks? We need to ensure our server clocks are set to the correct time always.
View 2 Replies
View Related
Aug 11, 2010
I cannot ssh into an RHEL 5.5 server (192.168.20.104) from another RHEL 5.5 server (192.168.20.101) unless server debug is turned on 192.168.20.104, and even then, I have to wait several minutes before the connection is established. scp to and from the 104 server is also not working.Here is the debug output on the 101 server when server debug is not enabled on the 104 server-:
Code:
[applmgr@tclg-clone-01 ~]$ ssh -vvv 192.168.20.104
OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008
[code]...
View 6 Replies
View Related
Aug 14, 2009
Is it possible to like have SMS sent to your cellphone when the server crashes or a process on the server dies?
View 4 Replies
View Related
Mar 16, 2010
I am trying to setup a sendmail server on my dedicated server. It was pre-configured to use exim from cpanel. Is it possible to use exim for all emails from a a certain domain i setup on the server and sendmail for others?
ex.
domain1.com -> exim
domain2.com -> sendmail
If it is possible can someone let me know how i would go about doing this? If it is not how would i disable exim and use sendmail for all mail?
View 4 Replies
View Related
Jun 30, 2011
I am implementing an automated backup scheme so I created a shell script which first creates SQL dumps for all MySQL databases, then retrieves all websites from the /var/www directory of a remote server. The latter is working as I am using rsync to get the remote files.However, the MySQL dumps being retrieved are the ones from the local server which is not what I want. I want to get the SQL dumps from the remote server as well.I have a tunnel between the local and remote server which I can connect to without using any password (I added the public key to the authorized_hosts), so I tried to add the following code to the script:
ssh user@192.168.x.xxx
I then attempted to retrieve the SQL dumps and exited from the remote server. However this does not work as I still have to enter exit manually in the terminal for the SQL dumps to be retrieved from the remote host. I don't know why this is happening. This is what the script is trying to do:
//connect to remote server
ssh user@192.168.x.xxx
//retrieve SQL dumps
[code]...
Is there a way to connect to the remote host AND run the script's code on THAT remote host?
View 2 Replies
View Related
Jul 29, 2011
i tried to connecting from a windows7 client to a linux server through vnc server.But its very slow , is there any alternative for vnc . i heard that samba can be used as a remote desktop tool if its true please reply with configuration details.
View 2 Replies
View Related
May 17, 2011
We are using Linux as our database server and Microsoft Sever 2008 as our file server. Both are on independent servers. We would like to be able to mirror each server on the other for disaster recovery purposes. I am completely new to Linux.
View 3 Replies
View Related