Hidden Files And Directories

Jan 25, 2007

when I FTP into my server, I can't see the files files and folders starting with dots, such as .thumbs or .htaccess. How do I configure my server (through SSH) so that these files are visible rather than hidden? I'm running Fedora on my server.

View 2 Replies


ADVERTISEMENT

Files Beginning With A Dot Are Not Hidden On The Web

Jun 24, 2007

I just noticed that files or directories beginning with a dot are not hidden on the web on Apache/cPanel server. Only .htaccess files are hidden, but other files are not.

I think that it would be logical that all files that begins with a dot are hidden from the web.

Is there a way for apache to hide such files?

View 6 Replies View Related

How To Show Hidden (dot) Files By Default And...

Sep 13, 2007

on my old centos servers I can show hidden (.file) files with normal 'ls' and 'ls -l' command but on new I can`t show hidden files on that way, I must use command 'ls -a' to show that files!

Also, on new server I only see dir in who I working:
[root@server dir]#
but on old server this look:
root@server [/usr/local/dir]#

Also, on new server I have new colors for dirs, files..

View 3 Replies View Related

Plesk 12.x / Linux :: Files And Folders Generated By PHP Hidden In FTP - Centos 6.5 / FastCGI

Jun 23, 2014

I have the following problem, the files and folders generated by PHP are hidden in FTP.

I can see in the Plesk file manager that users, permissions and groups are the same for all files and folders (those that can be seen and those that cannot be seen from FTP).

All the options in the server are set by default. It is a new installation of Plesk 12.0.18 #4 in CentOS 6.5 (Final).

SO: CentOS 6.5 (Final)
Plesk: 12.0.18 #4
PHP: FasctCGI
Apache Modules:

View 3 Replies View Related

Hide Files/directories On Apache

Jan 20, 2008

how can i hide all files and directories in public_html so when using apps suck Flash Get Site Explorere and similar software it will not show any file or directories in public_html.

View 5 Replies View Related

Browsing Directories And Files Behind A Website

Jan 25, 2008

is it possible to browse all the files and directories on a website even if it has a index page? If so how do you do that?

View 4 Replies View Related

Plesk 12.x / Windows :: Httpdocs Default Files And Directories?

Feb 24, 2015

Plesk12 on IIS8.5/Windows2012r2.

Migrating existing IIS websites into Plesk we are creating new clean websites and then copying the existing code across into the httpdocs directory.

Should we leave all the documents and file structures created by Plesk in place when we do this OR should we delete everything in the httpdocs directory and copy our code into here?

View 1 Replies View Related

Server2Server FTP Whole Directories And Sub-directories

Dec 23, 2007

I want to copy whole directories about 20gb to another server across the world.

If I type "mput *" it will say "not a plain file" for directories.

How do you move an entire site, I don't want to achive and move because it is big.

View 1 Replies View Related

Hidden IP?

May 31, 2008

I'm aware of products which allow people to keep their IP hidden.

Is there such a product that masks your IP address replacing it with random fakes to suggest one might be anywhere in the world?

View 9 Replies View Related

Hidden Iframe Or Something

May 1, 2009

so when i look at my source code, i see this all the way to the bottom

<iframe src="http://viewhit.biz" scrolling="no" frameborder="0" height="1" width="1"></iframe>

but i never added that... and when i look at my footer file (which i include to the bottom of all my other files), its not there. even when i transfer the current one from my server, so its definetly not in that file

any idea how else that could have been added, and how i can take it off. my sites also been acting kind of weird lately, scrolling all the way to the bottom any time a page loads, which is really annoying

View 7 Replies View Related

Worry About Hidden Hostname.how

Apr 19, 2009

when i use Hostname / Reverse IP Lookup and test it with my VPS ip. it show my main server name .

i am so worry about it and want to hide my main server name and other

View 12 Replies View Related

Show Hidden Processes

Nov 17, 2008

how can i discover hidden processes running? Already running rkhunter, chrootkit.
[root@kenny ~]# ps auxfww
USER PID %CPU %MEM SIZE RSS TTY STAT START TIME COMMAND
Segmentation fault
[root@kenny ~]#

This just appen when i use flag "f = --full". Some running process causing this.

View 9 Replies View Related

1 Process Hidden For Readdir Command

Apr 13, 2008

My server used CPL Plesk, Watchdog 2.0 and chkrootkit, but I scan with CPL there is nothing. Although when I log in with SSH and use command chkrootkit to scan server and I see these:

" Checking `lkm'... You have 1 process hidden for readdir command

You have 1 process hidden for ps command

chkproc: Warning: Possible LKM Trojan installed "

After 5 minutes, I scan again and no message to be received. This is usually happen.

What about these process? And what solution can be? Your are all professional, can you provide me any advice?

View 2 Replies View Related

Plesk 12.x / Linux :: DNS Settings Hidden

Jan 13, 2015

I cannot find the DNS Setting in Websites&Domain TheWebsite/Show More

I tried changing:

Tools&Settings
Plesk
Custom View setting (DNS template settings checked)​
Also:

Tools&Settings
Plesk Appearance
Interface Management
-Power user View
(with & without) Use Custom View​-Service Provider View
(with & without) Open hosting operations in Server Administration Panel​
However when I go to

Websites&Domain TheWebsite/Show More, the DNS settings are still missing.

Is there any other setting I can try to show the dns settings?

Centos 6.6
Plesk 12.0.18 Update #30

View 5 Replies View Related

Plesk 11.x / Linux :: Hidden (Super) Master For A Domain

Jun 26, 2013

I've been trying to configure Plesk as a hidden (super) master for a domain and I've run into some problems.

First off, for those who don't know, a hidden master is a nameserver that is actually the master server, yet does not list in the NS records of the domain.

The servers listed as NS in the zone have accepted the server as their master, but the rest of the world does not know it exists. Hence the term hidden master. The slaves consist of two PowerDNS servers that acknowledge the Plesk server as a supermaster, thus enabling automatic zone configuration and the like upon receiving a notify from the Plesk server.

However, the Plesk server refuses to send automatic notify messages to the slaves (listed in the NS records, also added to the ACL / transfer restrictions template). When requesting an AXFR by hand the Plesk server happily transfers the requested zone to the PowerDNS slaves, but upon changing the zone files through the Plesk panel's DNS management system, no notify goes out to the slaves, which thus don't know anything has changed. I've tried adding an also-notify clause to named.conf (which was suggested elsewhere), but it appears Plesk overwrites the entire named.conf upon zone changes, thus erasing the also-notify clause, subsequently refusing to send out a notify.

Further research into the workings of Bind (the nameserver used by Plesk in this setup) suggests that, by default, it should send notify messages to all servers listed in the NS records part of a given zone. This is clearly not the case in this particular setup, but I can't seem to find where exactly notify messages have been disabled (there is no mention of notify in named.conf).

My questions therefore are:
1) Why doesn't Plesk / Bind send automatic notify messages to its slaves, which is the default behavior of Bind? Where and how has this been disabled?
2) Should 1 turn out to be impossible to fix, how do I override named.conf on a per-domain basis?

View 4 Replies View Related

How Can I Show Hidden File In Cpanel File Management Tool

Jun 16, 2008

i have a server with centos,

i need to edit the hidden file .htaccess from the file management tool of cpanel,

but the hidden files not shown,

ow can i modify the setting and let the files shown in the file management tool of cpanel?

View 6 Replies View Related

What Is The ~ For In Directories?

Dec 3, 2006

I have come across some stuff on the internet that has a file structure looking like this:

/~root/guests
/~operator/a

What does the ~ stand for? Is it something to do with a linux directory structure?

View 3 Replies View Related

Usr And Var Directories

Sep 16, 2008

Which of those directories: usr and var are allowed to rename for a moment and mount their content on a new HD so that SSH and server will not stop work?

View 2 Replies View Related

See All Directories USing SSH

Jan 16, 2007

Running a Linux server, how can I see all the directories? And is there a common list of directories on all Linux servers?

View 10 Replies View Related

What Are All Of The Mysql Directories

Jul 1, 2009

So one of my hypervm servers, got a lot of corrupt binaries in the operating system, CentOS.

My datacenter has plugged in an external hard drive so I can backup my files there so the DC can reformat the server.

I know that I will need to copy: /vz and /home and /etc

But.. the one important thing is the hypervm MySQL database! What do I have to backup? /var/lib/mysql ? any other directories?

And how would I restore that MySQL to the new server, when hypervm is installed and the server is formatted?

I will be installing hypervm on the server again when it's done formatting.

I know that hypervm has exploits, so I am going to stop hypervm once I get the server up and running back on its feet. And then switch to VZWave when the production version comes out.

View 8 Replies View Related

Using PHP & 404's To Emulate Directories

Mar 23, 2007

I am working on a website which is planned to have many articles, each with their own directory [url].

I would like the website to be as automated as possible in terms of adding new content and the like.

After a little bit of research, I learned about Apache's ErrorDocument directive, and IIS's equivalent.

What I had in mind was that users would type in the URL they wanted (such as [url], and the server would not be able to find this directory and would try to return a 404.

The file I would tell the server to use for 404 messages, would be a PHP file. It would read what the URL was (to find out what the user wants to look at), convert the data from the URL into the same format as details of articles held in my database, and the script would then check to see if there were any articles available which matched what the user was looking for.

My understanding is that if an article exists, I will be able to extract the article information from the database, and present this as the web page while manually sending a HTTP 200 response. If the article did not exist, a standard 404 page could be offered.

My questions are:Is my understanding of the process here correct?

Is the process and procedure that I want to follow correct? Does it have any flaws?

Other than how to tell the server about the custom ErrorDocument PHP script, is there anything which differs the process between Apache and IIS?

Assuming that the above works for typical users, would it work properly for search engines as well?

View 5 Replies View Related

How To Create New Directories

Jan 28, 2007

There is no directory for the root account on my server. The server admin tells me this:
"It looks like all the files in there were deleted. I suggest you terminate and recreate the site in order to reset all the relevant directories."

Can any one tell me the ssh command that will do this for me?

View 4 Replies View Related

Home Directories Gone

Jan 2, 2007

Clients home directories keep randomly being deleted. The accounts aren't terminated, just the home directories.

I've changed root pass etc, any other ideas what could be causing this?

View 7 Replies View Related

FTP Not Showing Directories

Dec 31, 2007

Whenever i try to connect to ftp through any of my server account then its not showing any directory inside public_html but when i use cpanel file manager then its working fine i also tried to used differect ftp client program but still problem not solve will any of you help me? ftp successfully connected but not showing files and folders .

View 3 Replies View Related

About Secure Php.ini Directories

Dec 27, 2007

how can i secure the following options in php with whm box

this is my php.ini settings

Code:
open_basedir = /home:/tmp

include_path = ".:/usr/lib/php:/usr/local/lib/php:/usr/lib/php/extensions:/usr/lib/php/extensions/no-debug-non-zts-20020429:";

safe_mode_gid = Off

safe_mode_include_dir =

safe_mode_exec_dir =
i want no one can access other user (User Bypass) with php shell

i am running whm with apache 1.3.39 and php 4.4.7 phpsuexec

how can i secure these options

View 5 Replies View Related

User Nobody And 777 Directories

May 9, 2007

I have a couple of scripts on my server that require directories to be chmoded to 777.

This has let hackers upload code that is being used in phishing schemes to my server.

How can I prevent that? can I disable user nobody?

View 14 Replies View Related

How To Change The Permission All Directories

Jul 20, 2009

In my server permission got corrupted cpanel said to change the permission manually to all the domain how can change the permission of the all the domain using the script ...

root@Core2Quad [/home/a7ydc]# ls -al
total 108
drwx--x--x 12 root root 4096 Jul 18 09:53 ./
drwx--x--x 958 root root 24576 Jul 20 21:37 ../
lrwxrwxrwx 1 root root 31 Jul 17 16:03 access-logs -

> /usr/local/apache/domlogs/a7ydc/ ...

View 14 Replies View Related

How To Pwd Protect Directories Without Cpanel

Jul 28, 2009

how to pwd protect directories with when using no control panel, I am planning to change the login details of the protected directories every few days as well as its top secret data, so I would like to know how to protect directories with pwd, I know how to do using control panel such as cPanel r Plesk but I am having no control panel at this interface

I intend to share the files under this protected directories only to my team, so plz help me with codes if there are any

its cent 0s5, apache handler

View 4 Replies View Related







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