ColdFusion, Linux, Apache and ELFCLASS32

SUSE Linux 10
ColdFusion 8
I am getting the following error, when I try to start
apatche2
"Starting httpd2 (prefork) httpd2-prefork: Syntax error on
line 211 of /etc/apache2/httpd.comf: Cannot load
/home/ColdFusion/runtime
/lib/wsconfig/1/mod_jrun22.so into server:
/home/ColdFusion/runtime/lib/wsconfig/1/mod_jrun22.so: wrong ELF
class: ELFCLASS32"
I have installed Sun Java 1.6.0
It should be a 32-bit version.
What is wrong?

I reinstalled ColdFusion (select server configuration but
continued without configure).
quote:
cd /opt/coldfusion8/runtime/bin
./wsconfig -server coldfusion -ws Apache -dir /etc/apache2
-bin /usr/sbin/apache2 -script /etc/init.d/apache2 -coldfusion -v
-ws64
Found JRun server coldfusion at 127.0.0.1:2930
Using Apache binary /usr/sbin/apache2
Server version: Apache/2.2.6 (Unix)
Using Apache control script /etc/init.d/apache2
Parsing Apache configuration file /etc/apache2/httpd.conf
Exec'ing chmod 777 /opt/coldfusion8/runtime/lib/wsconfig/1
Set permission to 777 on
/opt/coldfusion8/runtime/lib/wsconfig/1
Exec'ing chmod +x
/opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun22.so
Set permission to execute on
/opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun22.so
Created file
/opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun22.so
Could not load file /etc/apache2/sites/0000_any_80_.conf
Wrote file /etc/apache2/httpd.conf
Added JRun configuration to Apache configuration file
/etc/apache2/httpd.conf
Created file
/opt/coldfusion8/runtime/lib/wsconfig/1/README.txt
Wrote file
/opt/coldfusion8/runtime/lib/wsconfig/wsconfig.properties
Exec'ing /etc/init.d/apache2 restart
* One of the files in /etc/{conf.d,init.d} or /etc/rc.conf
* has a modification time in the future!
* Stopping apache2 ...apache2: Syntax error on line 166 of
/etc/apache2/httpd.conf: Cannot load
/opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun22.so [ !! ]
into server:
/opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun22.so: wrong ELF
class: ELFCLASS32
Error running "/etc/init.d/apache2 restart": exit code was 1
Error restarting Apache server. The web server must be
restarted to complete this operation.
But i use -ws64 option! Why is it?

Similar Messages

  • Coldfusion/Linux Apache running but won't parse pages

    I've installed CF9 (because it matches what my host uses) on my ubuntu14.04 machine, along with Apache web server and MySQL.
    I know Apache works because HTML (and PHP) pages get served up fine.  MySQL and phpmyadmin both come up fine.
    ColdFusion starts and runs:
    Starting ColdFusion 9...
    The ColdFusion 9 server is starting up and will be available shortly.
    ======================================================================
    ColdFusion 9 has been started.
    ColdFusion 9 will write logs to /var/www/html/cfusion/logs/cfserver.log
    ======================================================================
    But when I view a CFM page I just see raw code.
    What have I done wrong?

    One potential problem is that the current apache uses apache2.conf and CF9 still uses httpd.conf.
    This vaguely reminds me that I had to do something to a dummy httpd.conf (like make a symlink or something) to tie it to apache2.conf, but I don't remember what.  Maybe that's my problem.

  • Question on deploying 10g & Apex on Linux/Apache. Plus help on Novel NDS.

    After see what Apex can do, my management is interesting in bring Apex in house. We have a sever that has Linux and Apache install. We want to deploy Oracle 10g (or 11g whichever most suitable) and the last Apex (version 3.1 right?) on the current platform.
    We also want to be to leverage Novel Directory Sever as for authentication and authorization for the Apex application.
    We are absolutely new to Oracle and Apex. Would someone please verify that above can done? Possibility provide some pointer on 10g and apex install on Linux/Apache, and on how using NDS with Apex.
    Any suggestion or pointer will be Greatly Appreciated.
    Susie

    Did those references lead you to this?:
    http://www.oracle.com/technology/products/ias/ohs/htdocs/php_ohs.htm
    -- CJ

  • Coldfusion Jrun apache connector recvTimeout and retry.

    Hi,
           I have set a recvTimeout for the JRUN apache connector using the
      JRunConfig RecvTimeout 300
            I want this setting so long running pages will time out and return after 300 s with a timeout error and return the error back to the client.
    However, I see that the timeout is not working and long running cfm pages continue to cycle without returning. Upon enabling the verbose option I see the following error logged for the long running page after the timeout occurs, but the page does not return anything and continues to wait on the client side.
    What does this error mean: jrRecv [11] timeout but server reachable so recv again
    Is the jrun apache connector retrying or waiting some more for the page response ? I dont want it to retry / wait beyond the recvTimeout that I have set. What can I do in the config or elsewhere so that the recvTimeout returns as a timeout to apache and cleint without recv again attempt that it appears to be doing?
    Thanks in advance for any help on this.
    [Thu Dec 15 15:29:48 2011] [notice] jrApache[3068: 20480]     ap_escape_uri(TimeoutTest.cfm) = TimeoutTest.cfm
    [Thu Dec 15 15:29:48 2011] [notice] jrApache[3068: 20480]  jrun_trans: sub-request so DECLINED
    [Thu Dec 15 15:29:48 2011] [notice] jrApache[3068: 20480]     getRealPath(TimeoutTest.cfm) = TimeoutTest.cfm
    [Thu Dec 15 15:29:48 2011] [notice] jrApache[3068: 20480]  sent/avail/result 79/79/79
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]  read/len/total 4/4/4
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]  PROXY_GET_HEADER <- [11]
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]  read/len/total 4/4/4
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]  read/len/total 21/21/21
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]     HTTP_X_REQUESTED_WITH: <null>
    [Thu Dec 15 15:29:53 2011] [notice] jrApache[3068: 20480]  sent/avail/result 4/4/4
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  67.206.10.197:51050 jrConnect [9]
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  sent/avail/result 4/4/4
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  67.206.10.197:51050 is reachable
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  sent/avail/result 4/4/4
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  67.206.10.197:51050 is reachable
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  67.206.10.197:51050 returned socket [9] to pool
    [Thu Dec 15 15:34:53 2011] [notice] jrApache[3068: 20480]  jrRecv [11] timeout but server reachable so recv again
    [Thu Dec 15 15:36:33 2011] [notice] jrApache[3068: 20480]  read/len/total 4/4/4
    [Thu Dec 15 15:36:33 2011] [notice] jrApache[3068: 20480]  PROXY_GET_REALPATH <- [11]
    [Thu Dec 15 15:36:33 2011] [notice] jrApache[3068: 20480]  read/len/total 4/4/4

    sunilr1 wrote:
    Hi,
           I have set a recvTimeout for the JRUN apache connector using the
    JRunConfig RecvTimeout 300
            I want this setting so long running pages will time out and return after 300 s with a timeout error and return the error back to the client.
    That is not the setting to time out long-running pages and then return a message. Why would you want to control request timeouts from JRun anyway? I don't think it's a good idea.
    RecvTimeout determines how long to wait before timing out a socket receive call on a JRun server. The receive call is generally a synchronous call on a socket on a JRun server. It will throw an exception if the time out period is exceeded. In other words,  a long-running page does not necessarily imply a long wait on a socket receive call.

  • Coldfusion 8 /Apache Connector Bug??????

    I have wasted almost 3 weeks now on this problem. It will
    cost us $500 to get a answer if this is a bug on Coldfusion 8.
    Almost ready to jump this ship and go to the Open source camp!
    Install went fine.
    Running Red Hat 4AES
    Apache 2.0
    ColdFusion 8
    I rebuilt the connector about 10 times now....using
    the following document
    http://kb.adobe.com/selfservice/viewContent.do?externalId=121a0b29&sliceId=2
    when I try to start Coldfusion I get the following error....
    The ColdFusion 8 server is starting up and will be available
    shortly.
    ======================================================================
    Running the ColdFusion 8 connector wizard
    ======================================================================
    Configuring the web server connector (Launched on the first
    run of the ColdFusion 8 start script)
    Running apache connector wizard...
    =======================================
    There was an error while running the connector wizard
    Connector installation was not successful
    =======================================
    ======================================================================
    ColdFusion 8 has been started.
    ColdFusion 8 will write logs to
    /usr/coldfusion8/logs/cfserver.log

    Could use similar assistance with our CF8 Standard upgrade.
    I have spent a week trying to upgrade our dedicated server
    from CFMX7 to CF8 with no success. I submitted an Adobe support
    request ticket (Case #0180044098) about five days ago, but am still
    waiting for them to help me resolve the problem. Thought I would
    post this in case someone can offer assistance while I am waiting
    for the Adobe school solution.
    Our server configuration is as follows:
    -- LINUX version: REDHAT Enterprise 4 i686 on standard - WHM
    X v3.1.0
    -- Apache version: 2.0.63
    -- MySQL version: 5.0.45-community
    -- PHP version: 5.2.5
    -- WebHost Manager: version 11.15.0
    -- cPanel Version: 11.18.1-RELEASE, cPanel Build: 20683
    Here is what I have done most recently:
    (1) Uninstalled CF8 (for about the fourth time).
    (2) Deleted /opt/coldfusionmx7 and /opt/coldfusion8
    directories.
    (3) Restarted Apache, ensured the httpd-devel version of
    Apache was installed.
    (4) Reinstalled CF8 (for about the 5th time); it is running
    and appears to have installed successfully (except for Apache
    connectors).
    (5) Modified
    /opt/coldfusion8/bin/connectors/apache_connector.sh as follows:
    ../../runtime/bin/wsconfig \
    -server coldfusion \
    -ws apache \
    -dir /etc/httpd/conf \
    -bin /usr/local/apache/bin/httpd \
    -script /usr/local/apache/bin/apachectl \
    -coldfusion
    (6) Ran ./wsconfig -uninstall to remove old/incorrect
    connectors.
    (7) Ran ./wsconfig per the information below which indicated
    that JRun Apache connector install was successful.
    Here are the results of running the ./wsconfig ...
    [root@_______ bin]# ./wsconfig -uninstall
    [Wed Mar 05 01:15:06 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was removed from /etc/httpd/conf
    [root@_______ bin]# ./wsconfig -server coldfusion -ws Apache
    -dir /etc/httpd/conf -bin /usr/local/apache/bin/httpd -script
    /usr/local/apache/bin/apachectl -coldfusion -v
    Found JRun server coldfusion at 127.0.0.1:2930
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using Apache binary /usr/local/apache/bin/httpd
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Using Apache control script /usr/local/apache/bin/apachectl
    Parsing Apache configuration file /etc/httpd/conf/httpd.conf
    Exec'ing chmod 777 /opt/coldfusion8/runtime/lib/wsconfig/1
    Set permission to 777 on
    /opt/coldfusion8/runtime/lib/wsconfig/1
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Exec'ing chmod +x
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Set permission to execute on
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/mod_jrun20.so
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Red Hat Enterprise Linux ES release 4 (Nahant Update 6)
    Using resource gcc3/mod_jrun20.so.20020903
    Server version: Apache/2.0.63
    Wrote file /etc/httpd/conf/httpd.conf
    Added JRun configuration to Apache configuration file
    /etc/httpd/conf/httpd.conf
    Created file
    /opt/coldfusion8/runtime/lib/wsconfig/1/README.txt
    Wrote file
    /opt/coldfusion8/runtime/lib/wsconfig/wsconfig.properties
    Exec'ing /usr/local/apache/bin/apachectl restart
    [Wed Mar 05 01:21:18 2008] [warn] NameVirtualHost *:80 has no
    VirtualHosts
    Restarted Apache server
    The Apache connector was installed to /etc/httpd/conf
    [root@_______ bin]#
    Although everything appears to have installed correctly, our
    server and website will still not recognize or process .cfm files.
    So I am still unable to even access CF8 Administrator and our site
    will not process Coldfusion files, just asks me, "Do you want to
    save this file, or find a program online to open it?"
    Never had any problems with CFMX7 install or operation, so
    this is most disconcerting.
    I am not a happy camper.
    Any suggestions while I am waiting for my Adobe customer
    support ticket to be answered will be most appreciated.
    Thanks.

  • Probelms with Apache and Swat

    I installed Apache and Samba on my Solaris 9 server over the weekend. Apache ver 1.3.31 Samba 3.0.2.
    Samba is working ok except I can not use Swat
    Apache apears to be ok accept I can not connnect to it.
    I added an entry in /etc/services for both swat on port 901 and apache on port 80.
    Also put a line in inetd.conf for swat
    Can not connect to apache or swat even on the localhost - connection just times out.
    Carried out a nestat -a but can not see any processes listening for swat or httpd
    Help - have installed these products on other unix versions and linux many time before with no problems .
    Paul

    would be happier if 3.3 was 30 or so
    any thing in pci slots 1 or 5 pull it out and reset navram and reboot as they share with agp

  • Newbie to OAS and Perl on Linux: regrets and succes

    Hi,
    I am starting up an project and wish to use OAS on a Linux using the Perl Catridge. Has any expirenced any problems using this combination, or is as good old Perl with Apache and mySql?
    regards
    Max

    Well, we've recently setup a laptop with Redhat 6.1, Oracle 8.1.5 and OAS 4.0.8.1
    This all runs fine.
    Don't know whether perl works, as we are using a C cartridge on the OAS.
    Rgds,
    Derek

  • Installing coldfusion with jrun4 and Apache2

    Hi everyone,
    I want to install Cold Fusion 7.02 within Jrun 4 (already
    installed) and with apache 2 (already installed)
    basically I want all my cold fusion files (like cfide and my
    websites) to be in the apache 2 htdocs folder (/opt/apache2/htdocs)
    I am using Solaris 10 (Sparc edition)
    I am unable to find any documentation on how to do this. the
    one good documentation I found places the htdocs somewhere that I
    do not want to use.
    Can anyone point me into the correct area?
    I have already installed cold fusion and created the WAR
    file.
    Thank you
    Luc

    Assume a website name Test1 that is on Apache2 and you want to run it with CF 10 standard and a website name Test2 that is present in IIS which you also want to run with this CF 10 standard.
    So yes, it is possible. Every website that you configure individually with IIS has  a unique folder name (say 1, 2, 3 and so on.)
    You need to run the Web Server Configuration Tool (wsconfig.exe) and add the IIS website/Websites one by one  that you want to add. Every website will run with it's connector files present in the number folder 1,2,3 and so on (C:\ColdFusion10\config\wsconfig)
    After 5th minute in this video the same is happening : https://www.youtube.com/watch?v=iHhSPTmRozM
    Now you will need to run the wsconfig.exe and this time choose Apache and add the connector. Follow this video : http://blogs.coldfusion.com/post.cfm/video-configuring-coldfusion-10-connector-with-apache -virtual-hosts
    HTH
    Thanks
    VJ

  • Encoding issue with pages serving from Linux Apache to Firefox

    Hi,
    I had a problem last year where my help files displayed as a blank page with a question mark when they were served from a Linux Apache Server to Firefox. All other browsers displayed the content perfectly fine.
    I discovered that the issue had something to do with encoding. From what I understood at the time: RH 8 outputs in UTF-8 but Apache prefers UTF-16 so it tries to modify the page. Net result: Firefox can't interpret the page. I apologise if my description is terrible I never fully got my head around the issue.
    To cut a long story short: I was able to fix this by chaging the encoding information at the top of each page from <?xml version="1.0" encoding="utf-8" ?> to <?xml version="1.0" encoding="utf-16" ?>
    My client has produced a new version of their software this year and for some reason my Help doesn't work again, even with modified encoding information. I am assured that the Apache web server has not changed.
    Does anybody have any suggestion?
    Many thanks,
    Alex

    I think this is what I posted last year.
    This is what I was
    advised by the company hosting my site.
    "I would therefore
    conclude that the solution to this problem (on Linux systems running Apache) is
    to add the AddDefaultCharset utf-8 directive to either the Apache config or the
    site .htaccess file. The advantage of the latter is that it only affects individual
    sites. The default Apache character set is taken from the locale file on Linux
    and defaults to iso-8859-1. It is the conflict between the Apache header with
    iso-8859-1 and the page character set of utf-8 that obviously causes Firefox a
    problem."
    In a forum post
    Chrissy_Tissy added
    My machine is
    Windows, but this fix still worked  -
    some notes about making the fix visible:
    1. Do the fix itself
    (httpd.conf: AddDefaultCharset utf-8).
    2. Restart the box
    to apply the fix.
    3. Once the box is
    restarted, clear your cache in FireFox to make sure you don't continue to see
    the cached file.
    Once all this is
    done you will see the output content as expected.
    There is a tool to change the encoding but that does nothing more than you have already done. Maybe showing your client the above will persuade them to change things at their end.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

  • Mod_wsgi for Apache and nginx

    Hey guys, new Arch Linux user and maintainer here.  I'm loving it so far.
    Anyhow, I just adopted the mod_wsgi package for Apache, and I'm interested in building one for nginx as well.  However, both upstream tar.gz uses the same name (mod_wsgi).  How should I name the packages for AUR? Just apache-mod-wsgi and nginx-mod-wsgi, or is there some other naming convention for scenarios like this?

    Hi Steve,
    I had the same problem and i have stop trying with abs and downloaded the latest sources. While compiling there exists the same problem. I have solved the problem using the last post of the ubuntu forums link you have specified: http://ubuntuforums.org/showpost.php?p= … ostcount=4
    But after compiling and installing the mod_wsgi i couldn't be able to test the example code given at arch wiki. I took such the following error:
    @Browser
    Server error!
    The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there was an error in a CGI script.
    If you think this is a server error, please contact the webmaster.
    Error 500
    Tue Apr 26 11:00:05 2011
    Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/1.0.0d DAV/2 mod_wsgi/4.0-TRUNK Python/3.2
    @error_log
    [Tue Apr 26 10:51:14 2011] [error] [client **.**.**.**] mod_wsgi (pid=6981): Exception occurred processing WSGI script '/path/to/app/wsgi_app.py'.
    [Tue Apr 26 10:51:14 2011] [error] [client **.**.**.**] TypeError: sequence of byte string values expected, value of type str found

  • Right problem with apache and tomcat

    Bonjour;
    I use a user login "apache" to stop/start Apache and tomcat. Because never launching apache et tomcat as root.
    But I have the following problem with apache (file error.log) :
    [Tue May  6 17:26:22 2003] [error] Connection "warpConnection" cannot connect
    [Tue May  6 17:26:22 2003] [error] Cannot open connection "warpConnection"
    [Tue May  6 17:27:01 2003] [error] Re-Trying to deploy connections
    As root the error msg does'nt exists (lost)
    Best regards;
    A+;

    Run it from the shell to see whats wrong:
    # httpd

  • Error while starting Tomcat Apache and Jaguar services in AW webview server

    hi,
    I am facing a problem with AW webview server. I am not able to restart the Tomcat Apache and Jaguar Service after a planned server reboot activity.I am getting the below error.
    "Could not start Apache Tomcat service on Local Computer. Error 1069. The service could not start due to log on failure"
    The below account has been verified in the Domain controller and confirmed that the account is not Locked out or disabled.
    I have AW , HDS and Webview running on the same server.
    Can someone advice ...

    What OS version?  This might be a windows problem and not a Apache/Jaguar problem.
    david

  • How to configure apache and weblogic in windows 2000

    i am novice,
    i want to configure apache and weblogic in windows 2000
    weblogic version is 6.1
    apache version is 2.0
    how to do?

    George,
    I would take the following 'first steps'
    1)Install Apache20 on your Windows machine following the Apache online documentation
    http://httpd.apache.org/docs-2.0/misc/tutorials.html
    2)Make sure you can 'serve up' static HTML content from your Apache Server
    3)Install Weblogic Server per our online documentation
    http://edocs.bea.com/wls/docs61/install/index.html
    4)Also, make sure you can 'serve up' both static and dynamic (e.g., JSP) content
    directly from WLS server
    5)Once you have both of the above 'sanity' checks attempt to configure a simple
    proxy by ppath or mime type via our online documentation
    http://edocs.bea.com/wls/docs61/adminguide/apache.html#103803
    Chuck Nelson
    DRE
    BEA Technical Support

  • Need Urgent Help with Apache and PHP

    I have been struggling with apache and php for a week now and I finally broke down to post a message.
    I have apache 1.3 running on my mac mini g4 with 10.4.9 and I installed sql. I went to the entropy website and downloaded php5 to install without knowing I already had php4 on the machine. I installed 5 but could not get it to work. I then went back to httpd.conf and tried to install php4 by uncommenting out the loadmodule and addmodule lines. I restarted apache but php still did not work. I tested the phpinfo.php script but all I got was the script in Safari and not the actual page. At the moment, I have php4 and php5 on my machine but can't get either one to work. I am sure there is an easy fix but I don't know it. Please help.

    The problem is not terribly complicated, but Apache will not start with the entropy file in the folder
    /etc/httpd/users/
    Let me experiment on you. Rename the entropy file and then try to start Apache. To do this, open Terminal and paste this command:
    <pre>sudo mv /etc/httpd/users/+entropy.conf /etc/httpd/users/+entropy<pre>
    Now check the Apache configuration:
    <pre>apachectl configtest<pre>
    If it says "Syntax OK", start Apache:
    <pre>sudo apachectl start<pre>
    Since we only disabled the entropy file, you should be able to enable PHP5 with some more advanced configuring.

  • Broken linux installation and not working start windows 7

    Ok so lets try it again. I have my Win 7 Home premium - given with new computer. So, how can i change bootmanager or bootpartition? Some guy here told me it will help. Can someone tell me it step by step- my windows doesnt start. What happened? I installed
    kali linux and stopped installation. It was ok. But I tried to install again and maybe linux locked some partition for itself. Now it stuck on black loading screen with windows logo. I tried factory settings, recovery but nothing helps. So i need help with
    changing bootpartition in windows. Or if u think problem isnt in partition, please help. Thank you.

    Hi, the fact you have a widnows logo is a good thing. It seems the bootloader is fine, but Windows might be confused because of changed partitions.
    boot the Windows cd and use Startup repair
    http://support.microsoft.com/kb/927392
    http://windows.microsoft.com/en-us/windows/startup-repair-faq#1TC=windows-7
    If that does not solve the issue, you can attempt to recover set the boot sectors using bootrec.
    Note that Windows setup does not recognize linux partitions and might in some cases destroy data on them or disbale booting them.
    If possible, could you post some more info on your failed Kali instalaltion? Did you reserve a partition or disk for it? Why did it fail?
    MCP/MCSA/MCTS/MCITP

Maybe you are looking for