CentOS5 And CPanel :: Subdirectories

Nov 18, 2008

I have a VPS with CentOS5 and CPanel...for some reason if I went to that URL it would show the website for the second account created in WHM...so I modified the httpd.conf and added the domain, but for some reason subdirectories won't work on it.

View 2 Replies


ADVERTISEMENT

Delete Some Specific Files From All Subdirectories

Jan 4, 2007

Useful unix-command trick to quickly remove i.e. Thumbs.db files, WS_FTP.LOG files or *.fla files, recursively through directories.

It could be a real pain on a huge directory tree ;-)

Removing all *.fla files from /home/user/ and subdirectories...

Code:
# find /home/user/ -name *.fla -ok rm {} ;
Removing all WS_FTP.LOG files from /home/user and subdirectories...

Code:
# find /home/user -name WS_FTP.LOG -ok rm {} ;
Removing all Thumbs.db files from /home/user and subdirectories...

Code:
find /home/user -name Thumbs.db -ok rm -f {} ;

View 14 Replies View Related

Forward A Domain (incl. Subdirectories/subdomains) To The Same URL

Dec 4, 2008

Forwarding a domain (incl. subdirectories/subdomains) to the same URL

I'm looking for a provider which can offer a service similar to mydomain.com, I should be able to add an unlimited number of domains to forward on external urls in a way which should point anything-you-digit.myname.com and myname.com/anything-you-digit to the same destination url
If the service might also allow to add title, keywords and description for each domain, this would be even better but not required.

MyDomain can offer all this but there's a fee for each added domain while we'd prefer paying a monthly fee for a single hosting where adding multiple domains.

View 2 Replies View Related

Samba :: Isolate Different Users In A Directory And Subdirectories

Jun 24, 2008

I am trying to isolate different users in a directory and subdirectories.

Case:-

Directory A --> Sub A
--> Sub B
--> Sub C

I want everybody to be able to access "Directory A" but limited access to "Sub A", "Sub B" and "Sub C". How can i achieve that?

Currently, all users that are able to access "Directory A" can go in "Sub A", "Sub B" and "Sub C".

View 2 Replies View Related

Apache :: Applying Root Directory Attributes To All Subdirectories

Feb 18, 2013

I am running Apache2 server (version 2.2.16) on Debian Linux.

My document root for directory listings is set and in that folder I have a few other files to configure the formatting and visual effects. These are:

images(folder)
sorttable.js
style.css
index.php

These files make the root directory look very nice. If I navigate in to a subdirectory, all of the formatting and visual effects are lost and the standard text layout is shown. Is there a way I can get ALL subdirectories in the root directory to take on the visual and layout effects from the root directory?

I know it works if I manually copy each of the files to each of the subdirectories which would be fine, but the subdirectories are created dynamically and new ones are added regularly.

View 1 Replies View Related

Apache :: Force HTAccess Rules To Apply To Subdirectories

Jun 15, 2014

I have some instructions written in the .htaccess of root directory for my website. So how to force those rules to apply to all sub directories even if those sub directories have .htaccess that overwrite the rules of the mother .htaccess on the root directory ? For example the root .htaccess deny access to all *.log files, so how to force that rule even if in some subdirectories there is some .htaccess files that allow access of *.log files.

View 1 Replies View Related

Less Ram With Centos5

Jul 6, 2007

we got a new box with 4GB of ram but seem that Centos 5 show only 3Gb why?

root [/]# free -m
total used free shared buffers cached
Mem: 3290 2757 533 0 228 968
-/+ buffers/cache: 1560 1729
Swap: 8001 0 8000

root@mikonos [/]# uname -a
Linux 2.6.18-8.1.6.el5 #1 SMP Thu Jun 14 17:46:09 EDT 2007 i686 i686 i386 GNU/Linux

the same server with Centos 4 report 4GB

View 4 Replies View Related

CentOS5 - HDD Partition

May 14, 2008

I'm trying to install CentOS5. Although the default partition should work fine for me, but I would like to create my own partition for /var, /usr/, /tmp, /swap, etc. Can you recommend me a good partion including the size. My server has 4GB RAM and 500GB SATA2 HDD. I don't use much space of HDD.

View 10 Replies View Related

Centos5 Use Less Memory Than 4

May 18, 2008

centOS5 don't come with mass install software?

Any perl modules and rpm sources can compile on 64bits version?

View 9 Replies View Related

Libxcrypt On CentOS5

Jan 26, 2008

Trying to get something sorted on a VPS that I want, but when I try to run a script I get the following error:

cp: cannot stat `/lib/libxcrypt.so.1': No such file or directory

which is easy enough for me to understand however, I cannot find what package I need to install to provide the file.

I have searched for libxcrypt* on the box to see if its hidden elsewhere but to no avail.

View 1 Replies View Related

Install Xen Centos5

Nov 26, 2007

i have installed xen kernel et libraries, i try to install a guest os with virt-install, and when i hit the network installation it doesn't seam to work. The installation doesn't go further.

Anyone has experience with xen ? I'm a good unix admin but i havn't worked alot with xen yet. I can make it work on other hardware but it seams that for some reason it doesn't work on my dedicated server.

View 3 Replies View Related

Unable To Connect Via SSH With Centos5 X64

May 27, 2007

I have been struggling with a couple of new servers that we want to run Centos 5 on. For a second assume that is our desire so going back to 4.x isn't an option yet.

Now while I mention Centos 5, the problem seems to be with PAM and x64.

When trying to login to the server via ssh, the login succeds but then immediately kicks the user out. I have tried this with root and another user created. I have set the UsePam option to no to try to resolve this in sshd_config.

On the H-Sphere forum I found this reference:

[url]

" if i try to connect with ssh and i enter the right password i get an error and ssh closes the connection. The answer already was in the ticket you opened:

Quote:

That is known bug dealt with PAM authentication.

The bug was fixed for i386 systems long time ago. But it was not fixed for x86_64 architecture.

We build FreeVPS kernel new version 1.5-13.1 for x86_64 architecture to fix the problem.
We also installed the kernel into the box IP 64.71.227.16.

Please reboot the box with the new FreeVPS kernel version: 2.6.9-freevps-1.5-13.1smp.
Let us know the result."

Does anyone know how to resolve this? A reinstall of PAM was attempted by a well known sysadmin here but to no avail.

View 7 Replies View Related

Steps To Install FFMPEG On Centos5

May 5, 2009

Can someone please provide me steps to install FFMPEG on centos5.

View 4 Replies View Related

CentOS5: VI Not Showing Files With Color

May 2, 2007

I tried CentOS5 on my new server. Having CentOS 4 on all other server I never faced this issue. I always get server with vim -minimal installed and I install vim enhanced and common to get text color highlighting.

View 2 Replies View Related

Centos5 Cant Mkdir Numeric Directories

Dec 30, 2007

We have a weird issue on one of our centos 5 servers, running the 2.6.18-53.1.4.el5 kernel

for some reason we cant mkdir any directories that are numerically named

ie mkdir 5789 doesnt work

alpha and alpha numeric work fine... ie mkdir ab567a

Quote:

[root@]# mkdir 6
mkdir: cannot create directory `6': No such file or directory
[root@]# mkdir 6ab
[root@]#

Someone suggested the adore-ng rootkit was to blame but we have run ossec root check, rkhunter and chkrootkit and even run clamav over the drives and cant find anything nasty

View 0 Replies View Related

CentOS5 VPS - Yum Barely Working. How To Exclude A Mirror/Mirroring For YUM?

Apr 2, 2009

On a CentOS5 VPS I have access to "yum update" barely working due to the base mirror "styx.biochem.wfubmc.edu" being tremendously slow.

I'm trying to find out how to disable that mirror possibly via a mirror exclude setting in yum.conf or some other way. I've been searching but I've not found any documentation on this so hopefully somebody out there will know how to make this change.

View 5 Replies View Related

Howto Install PHP/Java Bridge In Server Centos5.2

May 10, 2009

i have server
system centos5.2
Apache 2.2.11
PHP 5.2.9

how can install HP/Java Bridge?

in this link he said install Apache Tomcat
but i have Apache 2
[url]

View 3 Replies View Related

Supermicro H8DA8 Kernel Issues On CentOS5 | HyperVM

Oct 24, 2008

I just colocated a 2U supermicro server for a VPS node and experiencing troubles getting HyperVM (ovz) and centos5 to run on it. First of all, the h/w specs.:

2x dual-core opteron 280
12GB DDR400 ECC Reg. RAM
Supermicro H8DA8 mainboard
Adaptec 2120S RAID card with BBU, writecache on
6x73GB SCSI as RAID5+hotspare

All firmware updated

I asked DC staff to load centos5 x64. They installed 5.1 and it was running fine.

However, they said centos 5.2 didn't install. So, I ran a yum update and it updated to 5.2 including kernel.

After the update and issuing a reboot, the box did not come back online and on consoling it, they said error messages scroll too fast to be read after the centos splash screen and it loops on like that. Only the 5.1 kernel 2.6.18-53.el5 seem to boot fine though.

I booted with the old kernel and installed hyprvm; set grub to boot using the ovz kernel and rebooted. Sadly, the same errors and server non-responsive.

Does anyone have any clue regarding this issue? Should I try my luck with centos4.7 x64 instead?

View 3 Replies View Related

How Do I Configure Dedicated IP's On Virtual Machines Running On A CentOS5 Host

May 24, 2009

How do I configure dedicated IP's on Virtual Machines running on a CentOS5 Host?

I installed VMWare Server 2 almost without a problem using no GUI, I now have the web interface for the VMWS2 and any machine I create and run on it seems to do so without a problem.

The thing is, I can't connect or know how to configure this virtual network so I end up using 2 dedicated IPs on the Virtual Machine.

View 8 Replies View Related

Died At /usr/local/cpanel/Cpanel/CpKeyClt.pm Line 132

Jul 10, 2009

got error with cpanel linces after force reboot

and when i try to set the licnse

i got this error

Code:
/usr/local/cpanel/cpkeyclt
Updating Internal cPanel Information.......Died at /usr/local/cpanel/Cpanel/CpKeyClt.pm line 132.
...propagated at /usr/local/cpanel/Cpanel/CpKeyClt.pm line 132.
.Done

View 5 Replies View Related

CPanel Horde Vulnerability Found - Update Your CPanel

Mar 7, 2008

An arbitrary file inclusion vulnerability has been discovered in the Horde
webmail application. At present, we can confirm that this security
vulnerability in question affects Horde 3.1.6 and earlier. Based on
incomplete information at this time, we also believe this affects Horde
Groupware 1.0.4 and earlier as well (cPanel does not use Horde Groupware
at this time).

cPanel customers should update their cPanel and WHM servers immediately to
prevent any chance of compromise. The patch will be available in builds
11.18.2 and greater (or 11.19.2 and greater for EDGE systems). The updated
builds will be available immediately to all fast update servers. The
builds will be available to all other update servers within one hour of
this posting.

To check which version of cPanel and WHM is on your server, simply log
into WebHost Manager (WHM) and look in the top right corner, or execute
the following command from the command line as root:

/usr/local/cpanel/cpanel -V

You can upgrade your server by navigating to 'cPanel' -> 'Upgrade to
Latest Version' in WebHost Manager or by executing the following from the
command line as root:

/scripts/upcp

It is recommended that all use of Horde 3.1.6 and earlier be stopped (on
cPanel and non-cPanel systems alike) until Horde updates can be applied.
You can disable Horde on your cPanel system by unchecking the box next to
'Server Configuration' -> 'Tweak Settings' -> 'Mail' -> 'Horde Webmail'
within WHM, and saving the page with the new settings.

View 14 Replies View Related

How To Use External CPanel Mysql In Another CPanel Server

Mar 14, 2007

I have 2 servers both have cpanel. I want to use 2nd server's mysql in my site which is on 1st server. I think thats not that hard. I don't wanna do clustering as this is temproary.

View 2 Replies View Related

Transferring Cpanel Emails To Another Cpanel

May 8, 2008

I am in the process of moving websites and emails to a new host. I am doing the transfer manually because we are gradually moving different part of the site at one time to allow developers to work on new parts.

I now want to migrate all of the email accounts off the old cpanel server to the new cpanel host. What files and settings do I need to move so settings are not lost, such as save mail and contacts?

View 3 Replies View Related

SSL With CPanel

May 11, 2009

I'm having big trouble trying to update an SSL certificate with cPanel.

I'm such a dummy that I've ended up buying 2 SSL certificates to see if that may fix it.

I now have 1 certificate for www.mydomainname.com and 1 for just mydomainname.com

I have logged into the account in cpanel and uploaded both certificates and when I view them in Security -> SSL/TLS manager -> Certificates They both display the correct host, correct issuer, and correct expire date.

But when I try to visit my site using https I get:

The certificate expired on 4/8/2008 7:59 PM.

(Error code: sec_error_unknown_issuer)

View 3 Replies View Related

Vps Or Rps With Cpanel And Whm..

Jan 21, 2009

can anybody make me offers on a vps or rps with cpanel and whm?

View 4 Replies View Related

Log Into CPanel Via WHM

Apr 17, 2009

I had a website created a few years ago. I am trying to update that website now. As ROOT, when I log into CPanel via WHM, I am unable to see a File Manager.

What would be my next steps?

View 3 Replies View Related

PAX And CPanel

Jun 27, 2009

Anyone here use PAX in their kernel builds? I've been trying to find a setup that works, but with no luck. stability wise.

I can run CPanel fine with just about any PAX setup, but after awhile with some settings the server eventually will get a load of over 250 and 1000 processes like it's not able to terminate them, or turn 4GB ram into like 3.2GB ram.

View 0 Replies View Related

CPanel + NAT

Apr 10, 2008

has anyone managed to setup cPanel /WHM with 1:1 NAT? I tried cPanel support with no luck, but I have 1:1 setup on all my IP address with no luck!

View 2 Replies View Related

Svn With Cpanel

Nov 26, 2008

Okay does any one here know how to install svn with cpanel as all the ones i found in google it install svn but to anther apache in a diff folder like /etc/httpd/conf and not in /usr/local/apache/conf

using centos5 and installing using the yum command (i would like to use it from the site but do not know how to compile a install)

View 0 Replies View Related

CPanel Or DA For Vps

May 24, 2008

getting a VPS with either 384mb or 512mb and I would like to know what control panel uses the least amount of ram I have a choice of either cPanel or DA

View 12 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved