I just want to know how can I enable directory listing while someone is browsing a directory that doesnt have an index.* created.. i know its a security risk but i really need it right now, right now a forbidden message appears, i just want that removed and all my files listed.
Can anyone explain me how to do that on Ensim Pro 4.1 for just 1 virtual site?
Attached is a (badly) drawn diagram of two sites, connected by a vpn.
The site to the left, is network 10.0.0.0/24 which runs a linux server as the router for the network.
The site to the right, is network 10.1.0.0/24 which runs a windows 2003 server as the router for the network.
Now, my problem is, the clients behind the windows 2003 server can ping any machine on the first network because i setup a static route to route all traffic to 10.0.0.0/24 over the vpn interface.
now, my problem is, only the linux server can ping any machine on the windows 2003 network, any client behind the linux server cant seem to route over the interface.
I have the following route on the linux server: .....
After having my site on an Win2k3 virtual server for the last 10 years I've finally bitten the bullet and purchased a VPS account.
My site is an old legacy of MS Frontpage, complete with FPSE, Access databases, asp, html pages and lots of images. Total size is just over 4Gb.
I've tried publishing the site using MS ExpressionWeb direct from the virtual server to the VPS, plus I've tried to Publish them from the backup on my PC. Nothing works. I just get error after error after error.
EW starts to publish and maybe will run for 4 hours before throwing up an error saying that it can't find the web server or FPSE aren't installed. They are basically the same old error messages that all of Microsoft's Frontpage and Expression Web software have been throwing up since the day Frontpage was first marketed back in 1998! If they can't solve the problem you'd at least think they could change the error messages.
I've tried uploading them via FTP but without the MS server extensions the child webs aren't created so therefore I just end up with permission problems and nothing works properly-
I created a new virtual site and cloned an existing to to the new docroot to have content. But when I access it I receive the Access Denied you do not have permission to access . . .I've checked all my entries and unless I'm blind I cannot figure out how to remedy this on my Windows 2003R2 server running apache 2.2.x
We need to upload to a virtual server (managed with Plesk 11.5) a Wordpress site developed locally. We made this operations without problems many times on other hostings managed with custom panels, non-Plesk.
On the virtual server with Plesk, however, once the files are uploaded via FTP, the database via phpMyAdmin and updated the Wordpress configuration file, when you go to visit the website, it does not display anything and the browser opens the download window for a text file called "download" that contains the code of the file index.php of WordPress.
I've installed an SSL cert in an IP base site (over ENSIM panel), but now when I access to www.domain.com the explorer redirect me to https://www.domain.com:19638/webhost/rollout/site, and I cant see the site content.....I restarted apache after the Cert install, and nothing, still getting the same problem.
I am planning to move my sites from a dedicated server (Ensim Pro) at ev1Servers.net to a Plesk 8.1 based server at SoftLayer.com
The current server hosts 30+ websites. Most of those are static HTML sites and the remaining ones use MYSQL.
The technical steps are beyond me and I am looking for someone to help me. The move should not affect the customers and should minimize downtime as much as possible.
I also want to have all my accounts passwords, user names, database, email accounts moved and copied over to the Plesk server. The final step should ensure all accounts function properly.
If you have done this before, is there anything that I should pay attention to or be aware of?
Do you know of a good company that would do this for me? How much will it cost me?
how to install an SSL certificate on this server but really haven't a clue. I searched all over the internet and the ensim site with no luck. give me a little direction in my journey from hell.
While creating a domain on Ensim I got this error:
Code: Field Disk Quota (WARNING): Disk quota is either not enabled or not supported for virtual domain filesystems. diskquota - Reconfigure service (WARNING):Group quota is not enabled on the server. Not configuring quota for the site. Please fix your server's quota problem and edit the site again if you want to configure quota for the site I'm using RHES 3 + Ensim Pro 4.1.0-8, i know maybe an
option would be upgrade to Ensim Pro X, but right now I can not do that, i need alternative solutions..
We currently have a site hosted on a dedicated server, and we use Ensim to manage the site.
Although we can use Ensim to FTP, we mainly use Dreamweaver or other FTP clients to FTP.
What we are wanting to do, is set up and FTP user, so that they can only have access to certain directories. Is this possible? If so, what would I need to do?
Also, when they connect via an FTP program (assuming that the access has been set up as desired) will they only be able to see those directories specified?
I got a RHEL dedicated server it has Ensim Ensim Pro 4.0.3-22.rhel.3ES
I got a few email accounts over quota limit. Even though it reached the quota the still consumes mail.
the size keeps increasing until HD space runs out. I checked other forums and they recommended to
do this find /home/virtual/site#/fst/var/spool/mqueue/ -exec rm -f {} ;
I did this but there were no files in there to begin with.
So every hour i keep getting this failure notice. This is a report generated by the hourly run of MailQueueCleaner. Some sites on this server have problems which prevent the processing of their email queues. UNTIL YOU RESOLVE THE PROBLEMS, THESE SITES WILL NOT BE ABLE TO RECEIVE EMAIL. A summary of the problems is included below.
sites over the quota show up here.
I just want to be abl to clear the mail out of selected accounts without logging in the account. I am sure it is some file to clear.
After login in using domain.com/webmail, everything is fine while I attempt to send mail.. but, If I try to forward an existen mail to a new destiny, an error message appears:
Forbidden
You don't have permission to access /webmail/src/compose.php on this server.
Already checked for allow/deny settings over httpd.conf and over the httpd conf for thiss site in particuular.
I would like to understand what is the difference between VPS and a VDS. I understand they sound the same, however from a cost stand point VPS is way cheaper than VDS, and I am not very sure of the reason.
Starting point: a working site using a shared IPv4, dedicated IPv6, and SSL. HTTP and HTTPS work, the latter only using SNI of course.
The good news: If I simply allocate an IP resource of 1 to a subscription it is pulled from the pool, assigned to the service node, assigned to the web site, DNS is updated, and the site is automatically changed to using a Dedicated IPv4 and Dedicated IPv6.
The bad news: visitors land on the default web site of the service node, with the default SSL certificate.
Other info: I can't ping the new IP, even though it shows in "ip a l" and /etc/sysconfig/network-scripts/ifcfg-eth0:0. [edited]
After the IP assignment, it is still installed, and /etc/httpd/conf/plesk.conf.d/ip_default/domainname.conf shows the new certificate is being used.
However, a second set of VirtualHost entries is created in server.conf for this IP for ports 80 and 443, with NameVirtualHost enabled on the new IP. The port 443 entry uses the default certificate. Apache's setup this default VirtualHost entry will override the web site configuration because Apache is listening on port 443 with the wrong cert.
If I go to "Change webspace settings" and toggle to Shared IPv4, Dedicated IPv6 the site works again via HTTPS, and Dedicated IPv4 and Dedicated IPv6 breaks it again. Setting the SSL cert to None and back again does not work.
Setting the SSL cert to None, changing to a dedicated IP, and enabling SSL results in the server being inexplicably inaccessible...browsers no longer connect to either the default site or the correct site, and I don't see any entries in the vhosts's logs.
I'm on a short assignment to inventory and manage the fixed assets of a small company, and we've just bought a web-based database for this purpose. While I'm pretty good at administering/running local databases, the web part has me stymied. Our company is between IT people, and there's no one on site with any more idea than I have about what's going on!!
Here's what I have so far:
--The company has a website which I'll call "ourwebsite.org" -- which I think, from searching the IP address the website points to, is hosted by HostMySite.com.
--There's also a record in DNS Management with the same name (ourwebsite.org), but pointing to our little server's local IP address.
--I need to find a way to get my database -- which I can access on the network at (server's IP address)/database (ie 0.0.00.0/database) -- online. I tried creating records in DNS Management (for ex., assets.ourwebsite.org) that point to our server's IP (the one that, if I type it in on the network, I can get to the site I'm looking for), but get generic "can't find the page" or "can't connect to the server" errors, even after 72 hours, when trying to access it from off the network.
--If I browse to assets.ourwebsite.org/database on the server itself, I get to the website! But if I go to that page from any other computer, on or off the network, it doesn't work.
--The Server is running Windows Server 2003
So, what are my options? Do I have to talk to the HostMySite.com people to add this page? Shouldn't I just be able to use my server's name (ourcompanyadc.ourcompany.org) and have that route to the server? What's going on here! Is there a simple way to get a tiny local-server-hosted website online outside of the network?
I have a few hundred domains that I would like to set as "parked" domains on my server, so basically all domains will point to the same http folder (or the same index.php file). I'm using apache, would this be a matter of setting up virtual hosts?