Alternate distros for a web server

I've been running my web server on arch using the lts kernel for ages, but since i moved it into a vm on an esxi host, it's been troublesome at best and vmware tools isn't much better
so i'm looking for an alternative distro. so far debian or centos seem like good candidates and im currently grabbing centos to start testing in a new vm
I thought I'd post and see if anyone has any input that my googling may not have yielded?

GI Jack wrote:
I think you've nailed it, debian or centos.
Using the LAMP stack in a professional environment is not a very good idea.
explain this to me, because a good deal proffesional web enviroments run LAMP. If you buy webhosting, its more or less provided as LAMP.
LAMP is widely respected as a entry to mid range application stack, and a lightweight low cost where things like websphere and oracle databases, or other high end solutions would be excessive.
Sorry, I meant using the LAMP stack in a single package is not a good idea. Use separate packages for apache, php, mysql, ... , then you can react better when security problems in a single component occur. I read "LAMP stack" as "XAMPP-like package" because HungGarTiger used in as opposite to "separate packages"
[...] is there any benefit downloading LAMP stack over the packages individually? [...]
Last edited by progandy (2013-07-09 23:03:09)

Similar Messages

  • PDF has not been configured for this web server linux 11.1.2

    Hi,
    We installed 11.1.2 Hyperion WorkforcePlanning on Linux 32 bit OS.
    When the user opens the workspace and tries to see the "Profit and Loss" and selects
    "File --> Open In --> PDF format" , it just flicks for a sec and gives following message :
    " PDF has not been configured for this web server"
    Can somebody suggest me what to do ?
    Appreciate your response.
    Edited by: user536857 on Mar 22, 2011 3:07 PM

    Check your print server service on your foundation server, sometimes I have had that just stop for whatever reason.

  • Specification for the Web server

    Hi All,
    We have BW3.5.
    Presently web server is running in the production box itself.
    We are planning for a separate box for the Web server.
    Please give me the tips for the hardware config for the Webserver.
    Thanks
    Billy

    Hi,
    1) Currently there is no WSRP or JSR support
    but this will be soon "standard" for all portals!
    2) Device detection is available. Mobile Access pack will
    be available soon. (It is available now for portal 3.0)
    Cheers,
    Alex :-)

  • Financial Reporting - PDF has not been configured for this web server.

    When I try a Print Preview of my report, I received this error "PDF has not been configured for this web server".
    As far as I know, this error is confusing because when I look on my log files I found this:
    --- FRLogging.log ---
    [APP: FINANCIALREPORTING#11.1.2.0] The system cannot access the Print Server at this time. Try again later or confirm the print server name.
    [APP: FINANCIALREPORTING#11.1.2.0] Cannot connect to server on xxxHFRCE04.cf.gouv.qc.ca
    [APP: FINANCIALREPORTING#11.1.2.0] Attempt to get an undefined configuration property
    --- FRPrintLogging.log ---
    HyperionReportException: Could not connect to the server.Please make sure that the server is running as specified in the logon dialog (including port number if not default).
    I read a lot of document but it seem to be au communication issues!!!
    Can someone help me with that.

    I believe the supported version for ghost script is 7.0.6; I had the same problem and after installing the lower version it worked like a charm.
    If you cant find the older version let me know, I'll email it to you or place it in my website.

  • IGNORE this since I can not DELETE IT - Your browser does not support cookies, which are required for this web server to work in session authentication mode

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

    Error - No cookies
    Your browser does not support cookies, which are required for this web server to work in session authentication mode
    This is a NOSCRIPT PROBLEM and NOT a Firefox problem.......
    when disabled it works JUST FINE

  • Port forwarding for the Web server for outside Internet (not working , help!!!!!!)

    Hello 
    I am trying to learn something new here. We have web server inside our organization its IP address is 172.16.0.35. We want outside Internet users to access web server, How is it possible? Please have a look at the running configuration. Web server is working inside the organization but not at outside. Our Static Public IP is 197.255.232.15 it is assigned to Inetrface Gigabit ATM0.1  and ISP default GW is 197.255.232.1. Let me know whats next? How do I make web server inside the organization available for outside Internet users. Thank you.
    Building configuration.
    Current configuration : 1983 bytes
    ! Last configuration change at 17:57:15 UTC Sat Jan 24 2015
    version 15.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname router_test
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    ip dhcp excluded-address 172.16.0.34
    ip dhcp pool test
     network 172.16.0.32 255.255.255.224
     dns-server 197.255.224.18 197.255.224.66
     default-router 172.16.0.34
     lease 9
    ip cef
    no ipv6 cef
    license udi pid CISCO887VA-K9 sn FGL1818236L
    controller VDSL 0
    interface Ethernet0
     no ip address
     shutdown
    interface ATM0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     no atm ilmi-keepalive
    interface ATM0.1 point-to-point
     description ATM Routed Bridge Encapsulation (RBE) Internet
     ip address 197.255.232.15 255.255.248.0
     ip access-group netin in
     ip access-group netout out
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip nat outside
     ip virtual-reassembly in
     atm route-bridged ip
     bridge-group 1
     bridge-group 1 spanning-disabled
     pvc 0/35
      encapsulation aal5snap
      protocol ip inarp
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     no ip address
    interface FastEthernet2
     no ip address
    interface FastEthernet3
     no ip address
    interface Vlan1
     description Lan 
     ip address 172.16.0.34 255.255.255.224
     ip nat inside
     ip virtual-reassembly in
     ip tcp adjust-mss 1454
    interface Dialer1
     no ip address
    ip default-gateway 197.255.232.1
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list natlist interface ATM0.1 overload
    ip nat inside source static tcp 172.16.0.35 443 197.255.232.15 443 extendable
    ip route 0.0.0.0 0.0.0.0 ATM0.1 197.255.232.1
    ip access-list extended natlist
     permit ip 172.16.0.32 0.0.0.31 any
    line con 0
     no modem enable
    line aux 0
    line vty 0 4
     login
     transport input all
    end
    http://pastie.org/9858814

    Hi  Karsten Iwen
    I deleted ( ip access-group netin in and ip access-group netout out) but it still does not work
    my config : 
    Building configuration...
    Current configuration : 2267 bytes
    ! Last configuration change at 15:43:06 UTC Wed Jan 28 2015
    version 15.2
    no service pad
    service timestamps debug datetime msec
    service timestamps log datetime msec
    no service password-encryption
    hostname router
    boot-start-marker
    boot-end-marker
    no aaa new-model
    memory-size iomem 10
    ip dhcp excluded-address 172.16.0.34
    ip dhcp pool my
     network 172.16.0.32 255.255.255.224
     dns-server 197.255.224.18 197.255.224.66
     default-router 172.16.0.34
     lease 9
    ip cef
    no ipv6 cef
    license udi pid CISCO887VA-K9 sn FGL1818236L
    controller VDSL 0
    interface Ethernet0
     no ip address
     shutdown
    interface ATM0
     no ip address
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     no atm ilmi-keepalive
    interface ATM0.1 point-to-point
     description ATM Routed Bridge Encapsulation (RBE) Internet
     ip address 197.255.232.15 255.255.248.0
     no ip redirects
     no ip unreachables
     no ip proxy-arp
     ip nat outside
     no ip virtual-reassembly in
     atm route-bridged ip
     pvc 0/35
      encapsulation aal5snap
      no protocol ip inarp
    interface FastEthernet0
     no ip address
    interface FastEthernet1
     no ip address
    interface FastEthernet2
     no ip address
    interface FastEthernet3
     no ip address
    interface Vlan1
     description 
     ip address 172.16.0.34 255.255.255.224
     ip nat inside
     no ip virtual-reassembly in
     ip tcp adjust-mss 1414
    interface Dialer1
     no ip address
    ip default-gateway 197.255.232.1
    ip forward-protocol nd
    no ip http server
    no ip http secure-server
    ip nat inside source list natlist interface ATM0.1 overload
    ip nat inside source static tcp 172.16.0.35 443 197.255.232.15 443 extendable
    ip route 0.0.0.0 0.0.0.0 ATM0.1 197.255.232.1
    ip access-list extended natlist
     permit ip 172.16.0.32 0.0.0.31 any
    line con 0
     no modem enable
    line aux 0
    line vty 0 4
    end
    Router#sh ip nat translations
    Pro Inside global         Inside local          Outside local         Outside global
    tcp 197.255.232.15:5183   172.16.0.33:5183      212.95.74.5:80        212.95.74.5:80
    tcp 197.255.232.15:5196   172.16.0.33:5196      212.95.74.5:80        212.95.74.5:80
    tcp 197.255.232.15:5602   172.16.0.33:5602      174.129.246.27:80     174.129.246.27:80
    tcp 197.255.232.15:5785   172.16.0.33:5785      31.13.93.3:443        31.13.93.3:443
    tcp 197.255.232.15:443    172.16.0.35:443       ---                   ---

  • Is there any API for connecting web server and iphone apps

    Hi,
    I have to retrieve data from Web Server and display in my iphone apps. I want to know that is there any API through which i can connect my apps to server and get data.
    One way i know that use NSURLConnection and get XML response and prase it and use it like that.
    So anyone know this?
    Thanks.

    NSURLConnection is straightforward to use. In the mobile world, and especially if you intend to use certain google APIs, I would rather tend to use JSON instead of XML. A great JSON parser for objective-c is here: http://code.google.com/p/json-framework/
    Cheers,
    Marcelo

  • Jsp for apache web server

    hi all,
    i am new 2 the field of JSP & web servers.
    i have installed apache web server on a unix box. i am invoking the jsp files from a win - 2000 machine.
    i want to know if the apache web server can interprett the java code (JSP)that is embedded in html. if not what other web server should i use.
    The jsp code is not being interpretted. the output for the foll code is:
    HELLO WORLD
    HELLO WORLD
    <HTML>
    <TITLE>
    HELLO
    </TITLE>
    <BODY>
    HELLO WORLD
    <br>
    <%= new java.util.Date() %>
    HELLO WORLD
    <% System.out.println("HELLO ALL") %>
    </BODY>
    </HTML>
    Do i have to use some other server like Blazix or will apache web server do the job for me???
    thanx in advance

    Double-posted:
    http://forum.java.sun.com/thread.jsp?forum=45&thread=388900&tstart=0&trange=30

  • NTLM for Apache web server

    First, I didn't find a specific category in the forums for the Apache web server that comes with Oracle 8i and 9i, so if this isn't the right place, I'd like to know where it is.
    Anyway, has anyone had success using NTLM with recent versions of Oracle's Apache web server? I had it working with 8.1.7, but when I upgraded to 8.1.7.3, it broke again. It doesn't work with 9.2 either. Oracle support was quite unimpressed that I had even tried it at all, but I think it is something that should be part of an intranet web server in a corporate environment, since Windows is on most desktops.
    Thanks,
    Andy Johnson

    NT Lan Manager authentication for Apache? Are there even APIs published by Microsoft? On the other hand, I would not be surprised if a module exists. (then again Oracle would not support it for their variant of Apache=OHS)

  • How to find out version of patch for iPlanet Web Server 6.1 on Win2000

    I have a iPlanet Web Server 6.1 SP1 running on Windows 2000. Can I find out what patches has been installed for my iPlanet Web Server?
    Thanks in advance for any information.

    n/m, read version, not patches.
    Edited by: David.Eriksson on Jun 30, 2008 8:12 AM

  • Problem running WebLogic as plugin for SunOne web server on Solaris

    I tried to set up WebLogic (8.1) as plugin for SunONE (iPlanet) web server. I followed instraction from http://e-docs.bea.com/wls/docs81/plugins/nsapi.html#110496. SunONE server start up successfully. But I have problem to connect my web application, and SunONE web server returns following error:
    "for host 172.23.54.5 trying to GET /arsys/home, wl-proxy reports: Neither 'WebLogicCluster' nor 'WebLogicHost' specified in parameters"
    I tried both SunOne (6.1 sp3) and iPlanet (6.0), I saw same problem.
    Can anyone help me on this?
    Thanks
    Charlie

    To configure sunone to work with WLS, you need to make entires in the magnus.conf and the obj.conf.From the error, it seems as if u missed the entries in the obj.conf.

  • Support for JES Web Server?

    How does access manager integrate with the jes web server? Do you have to install a policy agent like any other web server? Or is there more integration between the two products?

    I'm having the same issue... How do you get the Web Policy agent to work with the webserver provided w/JES 2005Q1?
    I downloaded the Agent for Web Server 6.1, and it wouldn't install... said that it required 6.0 or 6.1, and 6.1 is what is provided with JES, so I'm not sure why it didn't work.

  • Partial SSL implementation for iplanet web server

    Hi,
    I would like to make a web server SSL enabled partially.
    Say something like this
    https://mysite:8080/htmlfiles/log.html
    Only the above url should be SSL protected.
    Other urls like http://mysite:8080/entryservlet shouldnt be SSL enabled
    Thanks in advance
    Regards
    Thameem

    iWS4.x:
    Create two instances - one on Port 80 and runs without SSL, and one on Port 443 that uses SSL. Configure your docs roots such that htmlfiles/log.html is not part of the doc-root for the insecure instance.
    iWS/S1WS6.x:
    Create a single instance with two listen sockets and two virtual servers. Otherwise the same as above.

  • Iplanet 6 - set jdk for specific web server instance

    I am running iPlanet 6 with many web server instances. All web server instances are using the same jdk except for one which I must upgrade.
    Is there a way to set the jdk for a single web server instance?

    It is possible in V6.0 too:
    1. Copy start-jvm script from https-admserv/ into each https-* that needs a different JVM.
    2. Modify it to load the appropriate JVM
    3. Modify each https-*/start script to use this new start-jvm script instead of the one in https-admserv.
    Frankly speaking it is not my idea and it is not officially documented by Sun but it works!

  • Access Control for SunOne Web Server 6.0.5 vs. 6.0.4

    This question is about bypassing an appserver by specifying an alias without the appserver vitual host so as to download a class or jar file. With only the default ACL on the 6.0.4 version of the Sunone web server I found that .class and .jar files were not downloadable. However, on version 6.0.5 they are. For example, the URL:
    https://myhost/appserv/alias/path/file.jsp
    would return the html resulting from that file.jsp file being processed by my application server. But by contrast, the URL:
    https://myhost/alias/path/file.jsp
    will prompt the user as to where they want to save the file. Specifying the alias immediately after the hostname (omitting appserv) will allow free access to any files under that aliases target directory. This is a problem especially for .class and .jar files which contain server side programs. I have created an ACL as described in the administrators guide and this does solve the problem (thank goodness for that). My question is, why didn't I experience this problem before?

    To Disable directory listing : http://www.sun.com/bigadmin/features/hub_techtips/dir_list_web_srvr.jsp

Maybe you are looking for

  • URGENT - Migrating from 9i to 10g designer

    Hi All, I have installed new repository for Designer 10g (10.1.2.0.2) and I have started Migration from Designer 9i (9.0.2.80.10). I have error message from ckrau61 with cause: "No Designer Repository has been detected. Please check connection detail

  • Sudden weak wifi in one room

    Within the past month or so my wife and I have both noticed that in our bedroom all of our apple products (iPad, mini, and phones) have become very unreliable for things like YouTube or Netflix loading/buffering, and often standard websites don't wor

  • Mac corrupts file names on Windows network

    I am using my MacBook with Tiger on a Windows peer-to-peer network. Works fine, except occasionally files names that I access on one of the Windows machines will become confused. It's occurrence seems random to me; I think it only happens when I save

  • [SOLVED] Firefox add-ons from AUR?

    Can someone enlighten me about the advantages and disadvantages of installing Firefox add-ons from the AUR? I used to install add-ons from https://addons.mozilla.org or from the author's website. Last edited by Markus00000 (2011-11-02 11:36:31)

  • Upgraded and can't import photos

    Hi There, First, I have to admit that I have tampered with my iPhoto library. I didn't think it would have such dire consequences, as most apps are so user friendly and drag-and-drop friendly. So, I'll try to give a concise explanation of what's happ