OpenSUSE Network :: 10.3 - Hosting ASP Website (Apache2 Setup)

Feb 8, 2011

I'm completely new to this whole hosting on linux thing. I'm using apache2 and have everything setup as if I was doing it on a windows machine but when I navigate to the site via URL it displays the source code as plan text and thats all I see. I'm running openSuse 10.3.

View 9 Replies


ADVERTISEMENT

Ubuntu :: Apache2 Live Web Hosting?

Mar 13, 2011

I'm new to this forum and to linux and I love it however I'm having small trouble with setting up my Apache2 web server to host my website. the main problem I'm having right now is that when I browse to my website it keep going to the default Apache page and not my website pages.

here is my virtual host setup: these are two separate file in the sites-available folder

Code:
<VirtualHost *:80>
ServerAdmin email@email.com
DocumentRoot /var/www/
<Directory />

[Code]...

I have no understanding on DNS setup and how it works so I'm a complete novice. SECOND question do i have to setup any sort of dns setting from my Linux server or has yahoo covered it for me already?

View 2 Replies View Related

Programming :: Hosting Cp - How To Control Apache2 Via Php

Apr 23, 2011

**Forenote** i HAVE posted the other threads with the same intro of "hosting cp - " for the subject. I am attempting to create a web based hosting control panel and i figured that it would be easier & less confusing to post each different issue in a different thread so that answers to several differant problems weren't getting mixed up together. Ok, so as i said i'm building a hosting control panel and i need to figure out how to make my software control the functions of apache2. like setting up virtual hosts, sub domains, domains, etc.

if anyone can direct me to some good articles on interfacing with apache, or some open source projects that i could try to reverse engineer, that would be great. ive tried searching google, but i couldnt really find anything that really explained what i am trying to do. probably because most people usually dont try to use php to control apache as a weekend project, or a task to pass the time.

View 3 Replies View Related

Ubuntu :: Hosting A Website ?

Mar 15, 2011

Is there anyway of hosting a website using ubuntu?

View 3 Replies View Related

Ubuntu Servers :: Hosting Multiple Websites With Apache2

Dec 15, 2010

I am trying add three namebased virtual hosts in local apache2 webserver OS ubuntu 10.10. The three sites are :www.site1.eka,www.site2.eka,www.site2.eka

The first I created a file is virtual.conf in conf.d directory its content is :
# we're running multiple virtual hosts.
# NameVirtualHost *:80

Next I created following files in sites-available directory. [URL] is as follows:
#site1.eka (/etc/apache2/sites-available/www.site1.eka)
<VirtualHost *:80>
ServerAdmin webmaster@site1.eka
ServerName www.site1.eka
ServerAlias site1.eka .....

When I visit the [URL] in browser it says server not found.

View 3 Replies View Related

Server :: Website Hosting In Tomcat 5.5

Jan 25, 2011

I have application (WAR format) deployed on tomcat 5.5. I am able to access application using: "http://my_server_hostname/application_base_directory_name/hello.do" for example. I do not want my users to remember or bookmark the full link "http://my_server_hostname/application_base_name/hello.do"). Is there a way that i could have tomcat host it like a website and i can directly get the index page open by simply typing a url (http://hostname) in the browser? if possible, i would like to do it using tomcat only (no httpd connectors or modules).

View 1 Replies View Related

Fedora :: Own Website Hosting - Convert Pc Into Web Server Or Get A New One?

Dec 14, 2010

I have hosted my site from some hosting service. They are providing pretty good C panel but my problem is that the host belongs from US and maximum hosted website from US and during united states office hours my site goes down because high usage and overload on mysql server. I have tried my pc to turn into web server by fedora 14 and I am successfully to do it. But I have only one pc and It's Intel dual core with 2 gb ram. I know It's pretty good configuration for F14. Bu My pc is more that 3 and half years old. So, I want to know is it will be good idea to convert my pc into web server or should I get a new one? Or what do you say If I get a used pc.

View 5 Replies View Related

Ubuntu :: Hosting A Small Low Volume Website

Aug 19, 2010

After searching I cannot find what I am looking for. My wife has comissioned me to put together a cheap website to highlight her crochet projects. I had used OSX's web site server in the past. where the folder for web sites are in Ubuntu. This would get very low traffic and would be fine on a desktop computer. I see no reason to install Ubuntu server.

View 5 Replies View Related

Ubuntu :: Website Hosting From Home Computer?

Feb 17, 2011

1- How can I prepare my own website in my own pc at home? I have had used Nvu in the past, but it looked to me very unstable (it disappeared from my screen at simple use, despite re-installing it again and again), and I think the Kompozer was also not very far from it, my experience.

2- How can I prepare my pc to run that website? What Linux software I need to download for? Do I really need to have a great cash to transform my poor pc into it? I think that because it is Linux-Ubuntu, not Windows, the situation can not be any worst or more expensive... uh?

3- In theory, if I have that website in my own pc... how I know that hackers can only see my page (in a separate-isolated folder from other folders, right?) and can not take a tour of my entire pc, documents, photos, etc, including copying or stealing archives or Ooo documents? It is not that the same way when (by example) a hacker can steal the next Stephen King book or script and sell/display it worldwide without even his knowledge?

View 5 Replies View Related

Ubuntu :: Hosting Website With LAMP Server With 10.10?

Mar 31, 2011

I'm running with Ubuntu 10.10 Desktop edition and I have LAMP server installed on the machine. I'm wanting to host my Automotive Detailing website that I'm almost done with off of that server. I have decals made up for my car and friends cars with the domain that I have registered on it. Now, can someone please tell me where and how to put the files for my website on the server and how to configure everything so I can get it up and running ASAP?!? I'm fairly new at this Ubuntu and what not so I need a detailed tutorial

So this is what I need to know:

==> Where to put the webpage files
==> How to configure the server to open it up to the world wide web
==> How to change the IP Address to Static and how to know what to change it to.
==> How to point the registered domain to the server.

Like I said I'm fairly new at this so please be as detailed as possible!

View 5 Replies View Related

Networking :: Hosting A Website Without A Static IP Address?

Apr 18, 2010

My new line provider/ISP won't give me a static IP address - it's DHCP or nothing. Is there some trick I can use to allow myself to host a web page? I was thinking of getting a static address elsewhere, like at my sometime place of employment, and redirecting, but it just moves the problem downstream.Realistically, assume I leave my computer on and hardly ever reboot (CentOS is pretty stable), then will I typically keepthe same address for weeks or months at a time? If so, I could live with logging in to my registrar a few times a year to change the address, as bizarre as that would be

View 5 Replies View Related

Ubuntu :: Use Ssh On My Web Hosting To Install A Magento Testing Website?

Mar 23, 2010

im trying to use ssh on my web hosting to install a magento testing website but i can't connect to it. i tried reading this [URL]...but now im stuck with this instruction.. By default the public key is saved in the file ~/.ssh/id_dsa.pub, while ~/.ssh/id_dsa is the private key. Now copy the id_dsa.pub file to the remote host and appended it to ~/.ssh/authorized_keys2: i searched for the ~/.ssh/authorized_keys2 in my web hosting file manager but i didn't find it..

View 6 Replies View Related

Server :: BSD Or Ubuntu - Includes Hosting A Website And A Small FTP

Feb 18, 2011

First of all, let me just state that i want to make a small server for my home.. which includes hosting a website and a small FTP server.

Now as far as ease, stability, use, etc.. just overall, which would be more ideal to use for this?

My top choices are FreeBSD and Ubuntu Server.

However, I do not know which of these to go with, since this is my first time setting up a server. I hear BSD is really best for web servers, but I would like to hear what the people at LQ has to say.

I know Ubuntu Server would probably be more easy to set up, but how is it in terms of stability and speed?

View 6 Replies View Related

Ubuntu Servers :: NameVirtualHost 80 Has No Virtual Hosts Apache2 Hosting Multiple Sites Without DNS?

May 10, 2010

I have some problem in apache2 configuration. I have two websites on same IP on LAN.i.e. 192.168.1.5

[Code]...

What should I check in a few blogs I checked they said to mention in [URL]...But in this case what should I put I have two different websites or what other thing I have missed? I do not have access to DNS so that on LAN I can point site1.abc.com and abc.com to same IP 192.168.1.5 which to me seems could resolve the issue.

View 6 Replies View Related

Server :: Will Icecast Or Similar Interfere With Normal Hosting Of Website

Dec 19, 2010

So I am (excitedly frustrated) 3-4 months from the first working install of my linux server. So I am setting up a team to work on the server, I have a couple questions. first what the server will do.The server will host icecast (internet broadcasting program similar to shoutcast), podcast versions of said shows, and a website.

1. Will icecast or similar interfere with normal hosting of the website (though they are coming from the same server I believe its broadcasted on different ports so I imagine not)

2. Should I use a seperate server to store the mp3's or is it ok to keep them where on the same machine ( I would like to keep them on the same machine, logicly I would think it would cut down on load time)

3. I am worried about server maintaince in the way of hackers n such as well as hardware and software, memory usuage, bandwidth is there a checklist and maybe a way to automate this.

I should clarify, I know how to tell schedule a task but what if I need it in perverbial safe mode (yay windows) and I can't be there for it to happen and when its finished return to work as usual by its self.

4. I was thinking my content (file) manager, server maintainer, and I would have access to wlan when we can't physically be there, is this safe? Can I make it safer? What about ftp for my webdesigners and podcasters?

5. I started having doubt about myself using linux (ubuntu server) because for cost saving I am sacrificing a gui as well as general knowledge. I have previously installed and got working a server in linux before but I don't know what hole I could have possibly left open. Question would it be better and easier to use someone else to host my site for me such as amazon or o-f.com or should I keep going with linux, or buy windows server?

View 3 Replies View Related

Ubuntu Servers :: Using Vsftp And Apache2 For Website?

Jun 19, 2010

I recently put a new install of Ubuntu 10.04 Server on an old dell I had sitting around the house with the intention of using it as an all purpose server machine (website, teamspeak, ftp, storage, etc.). I am running apache2 for the web server and want to use vsftpd to edit the website contents through FTP. The issue I am running into is that vsftp doesn't have permissions to write /var/www/ which is the default website directory. The flip-side issue is that apache2 doesn't have permission to access the /home/user/ directory which vsftp has permissions to write.

Because I am only interested in running a single website (no virtual machines/no extra IPs) fixing either apache2 permission or vsftpd permissions would fix the problem.Changing DocumentRoot to /home/user/ will make apache2 point to the new directory but I get a 403 error. I have no idea how to change application permissions.I need to use to give permissions for vsftp to write /var/www/ (vsftpd.conf is configured to allow write in home directory) OR the command I need to give permissions for apache2 to access /home/user/? I assume it is a chmod command but I have never used this and don't know what the permission codes (777, etc.) do in terms of giving me the necessary andsufficient app permissions. I don't want to give the app. too much access and risk creating some security flaw.Here are my vsftpd.conf, default (website config file) and apache2.conf.apache2.conf

Code:
#
# Based upon the NCSA server configuration files originally by Rob McCool.

[code]...

View 3 Replies View Related

Ubuntu Installation :: Webmin As Live Website Using Apache2

Mar 17, 2010

I have installed LAMP. Configured acc. to documentation. I have installed webmin and able to access it. Configured Apache2 and able to access default website www.url.com from public network. But now when I am trying to run [URL] as alias, I am really confused because whenever I type [URL] in web browser, it shows me webmin file instead of GUI. I followed this documentation: [URL]. Anyone have webmin running as website?

View 2 Replies View Related

OpenSUSE Network :: PHP/Apache2: PHP Pages Are Just Blank

Jul 1, 2010

THIS ISN'T A SCRIPTING ERROR! I'M USING PHPMYADMIN (or trying to)! People on #httpd are useless for help.

Well, ir jus installed Apache2 and PHP5 on my openSuSE 11.2 server, and I just get blank pages for PHP, but HTML works fine. Ima jus guess this is a common error.

View 3 Replies View Related

OpenSUSE Network :: Add New User / Group To Apache2

Oct 8, 2010

i try to install bugzilla on suse 11.2. For that i want to add a new user / group to the apache2. I want to add the following commands to the envvars but there is no such file available

export APACHE_RUN_USER=apache2
export APACHE_RUN_GROUP=apache2

View 2 Replies View Related

OpenSUSE Network :: Apache2 Not Processing Php Files

May 6, 2011

I'm running apache2 and I installed php5 with yast. httpd2 -M states that php5 is loaded. /etc/apache2/conf.d/php5.conf is being included in httpd.conf and it contains:

Code:
<IfModule mod_php5.c>
AddHandler application/x-php .php
AddHandler application/x-httpd-php .php4
AddHandler application/x-httpd-php .php5

[Code]....

The first line was added by me since that's what mime.types actually contains.

php.ini is in /etc/php5/apache2 and since I was not sure apache/php was finding it I added a PHPIniDir "directive" into httpd.conf. I have not changed it.

Test file is the typical /srv/www/htdocs/info.php with <?php infophp(); ?>

Normal index.htm is working fine. php -a is working fine.

I spent a long afternoon around this configuration and I looked in plenty of pages for solutions. I only do occasional system administration so I might have easily overlooked something trivial, but I run out of ideas.

There is a thread in this web site with a similar problem but no solution:

Php5 not recognized in SUSE 10.2 Apache2

What could be missing/wrong if php5 is loaded and the addhandler is defined? How can I further test?

View 9 Replies View Related

Ubuntu Servers :: LAMP Apache2 Starts And Stops Well But No Website

Nov 17, 2010

I have a small network of an Ubuntu server 10.4 , Debian server, Win XP, and an ubuntu desktop 10.4. I have configured a DNS server and DHCP server successfully on my ubuntu server, also a slave DNS server on Debian. I recently configured apache2 as part of LAMP on ubuntu server, but when I type my ServerName in the URL of my Win XP browser, I get this response: The webpage "mansour.net" cannot be found DNS error occurred. Server cannot be found. The link may be broken.

I have an A Record in my DNS zone file for mansour.net and have that as my ServerName in apache2 Definition file, but I don't know why it is not working. I am trying to learn to install and configure various servers on ubuntu.

View 8 Replies View Related

OpenSUSE Network :: 11.4 Apache2 Ignoring Uid.conf Options?

Mar 20, 2011

I am trying to install BackupPC on openSUSE 11.4 64 bit.BackupPC is complaining that I am not running the Apache server as user backuppc but as user with id 0 (root)I have the following in the /etc/apache2/uid.conf (which is getting read as I can put a syntax error in the file and it complains):

User backuppc
Group www

When I run either the httpd2-itk (default in rcapache2) or the plain httpd2 processes and then do a:

ps aux

The user reported as running the http processes is root NOT backuppc.On a openSUSE 11.3 machine where I have BackupPC running successfully the ps command returns backuppc as the user running the processes.Is this something others are seeing or do I have some configuration incorrect?

View 8 Replies View Related

OpenSUSE Network :: How To Start Apache2 On OpenSuse 11.1

Mar 2, 2010

I have installed the package "Web and LAMPP Server" with the YAST2 installation manager on my openSuse 11.1. The installation runs well without any error messages. When I try to start Apache2 in the YAST2 runlevel manager or from the command line it fails.The start problem seems to me simular as amavis configuration. I have to configure /etc/amavisd.conf before a was able to start amavis in the YAST2 runlevel manager.

How can I make Apache2 to start? Do I have to configure a special file before I am able to start Apache2 in the YAST2 runlevel manager or why doesn�t Apache2 start?

View 1 Replies View Related

OpenSUSE Network :: 11.2 Xen Bridged Networking - Setup Multiple DomU Through The Default Bridge Setup

Feb 4, 2010

Im trying to setup multiple domU through the default bridge setup. I am able to access only one of them through the network at a time. If you ping one of the domU it works perfectly but you cannot ping any of the others until you stop pinging the one and even then it takes a bit before you can. Ive looked around for a while and seen similar problems but nothing ever seems quite the same. Im probably missing something really stupid. Or is this the way the bridge is supposed to behave? Do i need to use a routed virtual network?

[Code]....

View 1 Replies View Related

Ubuntu Networking :: Hosting Website: "Requested URL Was Not Found On This Server"?

Nov 21, 2010

I'm doing an upgrade of a web based application for a charity organization. To test the changes that we're making to the code, I wanted to set up a server on my home PC to host a copy of the site. I've configured apache, php and mysql like the server that's currently hosting the real app, but I have a problem:The first page is a login screen. This, of course, has a login form like so:

Code:
<form id="login" action="/menu/login" method="post">
<fieldset class="a_cuatrocincuenta">

[code]....

View 8 Replies View Related

OpenSUSE Network :: Some Website's CSS/images Won't Load?

Feb 2, 2009

Ever since switching to openSUSE 11.1, I have been having problems with certain websites (using the version of Firefox that came with openSUSE 11.1). Some website's CSS code won't load until repeated reloads - for example, wachovia.com. I'll visit the website and it will be all distorted because the stylesheets did not load, and I will have to refresh a number of times before it becomes usable. Other website's images won't load until multiple refreshes, like facebook.

Is this an openSUSE issue? An openSUSE interaction with Firefox issue? I've never had this problem on XP or Ubuntu.

View 2 Replies View Related

OpenSUSE Network :: Browser Redirects To Chinese Website?

Feb 23, 2010

I have just installed opensuse and the codecs to replace windows on my laptop. This is my third day using open suse and some of the websites i try to open (amazon.co.uk, gmail.com and others) redirect to a chinese website called www.net.cn) This is the same with the firefox and opera browsers.

View 6 Replies View Related

OpenSUSE Network :: Lock A Certain Website For Internal Users?

Aug 4, 2010

I have a firewall/router box running openSUSE 11.2 between the outside world and the LAN. This router also provides DNS for the LAN and has SuSEfirewall enabled. LAN users need (almost) full access to the internet. However, I want to block certain sites which are not required for work (you name it: facebook is my candidate). What is the most elegant way to block certain sites (which have quite a lot of different IP numbers) ?

View 2 Replies View Related

OpenSUSE Network :: Accessing Server In Order To Modify Website?

Feb 27, 2011

I was saddled with the job of maintaining my department's website (I work at a college). When I still used windows I would access my department's folder on the web server using the following procedure: (in windows XP) go to the start menu > click 'run' > enter the folder address, I would be prompted for my login and password. The folder, and the whole server in fact, would then be visible in the windows file browser, under the 'networks' icon. I could then navigate to my department's folder and modify the files I need to to update the website.

How do I do this in Opensuse (using Gnome). I tried going to 'network' in nautilus and then 'open location' but no luck. I also tried 'connect to server' in nautilus (in the 'file' menu), but again no luck. which I could stomach if my college provided reliable access to computers on campus, but they don't so I have to use my laptop, which is now windows free . My current job is only going to last for a few more months, so having only so recently got rid of windows I am reluctant to re-install it just for this purpose (which is just about the only reason I currently have for using windows - the other is being able to download audiobooks from the public library, but that's another matter).

View 9 Replies View Related

OpenSUSE Network :: Finding A Website To Check Wireless Lan Support?

Jun 5, 2011

Found about this website in vector linux site,you can check before you buy if the wireless adapter works with linux or not, so I think is a good tool to check wireless adapters by manufacturer, interface or chipset, it even have links to the drivers websites,

[URL]

View 1 Replies View Related







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