Does anyone else use ISPConfig? Hardware and Software Networking by alex_extreme While surfing around on Google yesterday for info on setting up a web host, I found [url="http://http://www.howtoforge.com/perfect_setup_fedora_core_4"]this[/url] guide. It has info on setting up a complete server, but also makes your server capable of running [url="http://www.ispconfig.org"]ISPConfig[/url]. ISPConfig is a … Domain and ISPConfig Hardware and Software Linux and Unix by scarcella Hi all, I have bought a domain on GoDaddy called techitproductions.com. At home i have a Linux Ubuntu Server running Apache, php5, ispconfig, courier mail etc... I have forwarded port 80, 25565 (for Minecraft), 8888 (for ispconfig), 22 (for Putty). My question is what ports do i need to portforward for a fully working server, with both SSL,… Cheaply! The system administrator ready to remote work (freelance) Digital Media Digital Marketing by peterstrauff Cheaply! The system administrator ready to remote work (freelance) in the hosting company or in the dedicated servers provider! I have over 7 years of experience in the system administration. I worked with most of the control panels as ISPManager Pro, cPanel, ISPConfig and etc. and operating systems: Linux (Debian, Fedora, Redhat/CentOS).… Smarty: Blank Page Programming Web Development by steven447 Hello, I have a website that uses Smarty. When I try `$oSmart->display("header.html");` I get a blank page without warnings and errors. I'v proven with `var_dump()` that the smarty object is succesfully created. I know to that the page is enterily rendered by using: echo "start"; //Smarty Stuff echo … Re: Server management panel to choose Hardware and Software Linux and Unix by tallship FASTPANEL is NOT "Free"... It's "FREE*", is a closed source, proprietary solution, and you cannot self-host this control panel (You must purchase an OpenVZ VPS service from the Estonian company FastVPS. There doesn't seem to be any integration at all or modules to support a billing system like WHMCS, Blesta, BoxBilling, or … Re: No clue, Need to make a linux server Hardware and Software Linux and Unix by alex_extreme I would recommend this guide: [URL]http://www.howtoforge.com/perfect_setup_fedora_core_4[/URL] It has info on setting up everything that you require except print server. It also sets up your server to be able to run ISPConfig, a CPanel-like app. Re: ubuntu 9.04 server configuration Hardware and Software Linux and Unix by Darkflib I have to wonder what you are actually trying to accomplish as your end goal. Using a GUI on a server is generally a bad idea since it increases your attack surface considerably, but may be justified in an intranet environment where 'better' management tools offset the extra risk. As to your problems. 1. The 'bible' books by Chris Negus are okay, … Re: .htaccess replacement -reg., Programming Web Development by samarudge [QUOTE=lamiv007;894268]Hello, Does that mean can I use my home computer as a webserver with [url]www.xxx.com[/url] ??[/QUOTE] Theoreticaly yes but it might be better to get a cheep server such as a Dell Poweredge. When I set up my first server I found a very good tutorial similar to this one (But this is for a more recent version of Fedora … Re: Starting with PHP Programming Web Development by samarudge When I set up my first server I used this tutorial [url]http://www.howtoforge.com/perfect-server-fedora-11-x86_64-ispconfig-2[/url] This contains instructions for all the latest software so you can have an up to date server Re: Server/Client setup examples...how to gain experience? Hardware and Software Linux and Unix by Firewolf What do you want to do with the server? Mail server, file sharing, print server, DHCP, routing, ...? That defines the packages you will need to install / configure. Perhaps, a good start is the following: [url]http://www.howtoforge.com/perfect-server-fedora-11-x86_64-ispconfig-2[/url] Which distro is the best for a server? Don't know. I am using … Re: Server/Client setup examples...how to gain experience? Hardware and Software Linux and Unix by Grand666 [QUOTE=Firewolf;1092432]What do you want to do with the server? Mail server, file sharing, print server, DHCP, routing, ...? That defines the packages you will need to install / configure. Perhaps, a good start is the following: [url]http://www.howtoforge.com/perfect-server-fedora-11-x86_64-ispconfig-2[/url] Which distro is the best for a … Re: Linux Server w/ Windows Clients Hardware and Software Linux and Unix by Firewolf About certifications: LPIC: [url]http://www.lpi.org/[/url] RedHat: [url]http://www.redhat.com/certification/rhce/[/url] About the documentation: I mostly use the web for information. Which distribution do you want to use? For a Fedora system, this might be a good start (I'm a Fedora user): [url]http://www.howtoforge.com/perfect-server-… Re: create a WEB hosting server Hardware and Software Linux and Unix by valipour lamp will install a apache server with mysql and php but after that if you want to have more users , you need to have some program to manage them gnupanel or kloxo or ispconfig are some of free hosting manager prrograms Re: Debian how to get started? Hardware and Software Linux and Unix by linux.obeardly Muazam, While it appears you have abandoned this thread, I'll bump it and see if you return. As far as Debian, it all depends on what you want to do with it. It's a server, so I assume you want to run some type of server based service on it, such as apache for webhosting; postfix, qmail, or exim for email; or a slew of other possibilities. Let… Re: Server management panel to choose Hardware and Software Linux and Unix by lowlightimages I've been using ISPConfig for several years now. It's free, open source, and does most of what CPanel does. I find ISPConfog much easier to use and more intuitive. Support in the forum is first class. Paid support is available if really required. Installation is non-trivial but if you follow the appropriate tutorial it's not difficult. Oh, and it … Re: Domain and ISPConfig Hardware and Software Linux and Unix by rch1231 Hello, On the ports you need available the one I can think of are: 21 ftp 22 ssh 25 smtp (email) 80 http 110 pop3 (email) 115 sftp 143 imap 220 imap2 (email) 443 https 465 smtp SMTP over SSL (TLS) 587 smtp (email - alternate as some ISP's block 25) All the ports should be listed in /etc/services On getting your … Re: Smarty: Blank Page Programming Web Development by veedeoo Does the smarty compile the header.html? Anything inside the directory themes_c? Can you turn on the debug to true? Re: Smarty: Blank Page Programming Web Development by steven447 I already tried everything: Debugging, try catch, custom erros etc. I don't have a dir called themes_c Everything is stored in the /templates folder and this is set in the smarty object. How can I check if header.html is compiled? Re: Smarty: Blank Page Programming Web Development by steven447 Solved it Myself